Fix "Undefined variable: ex"
This commit is contained in:
@@ -168,6 +168,7 @@ abstract class AbstractSeoCrudController extends AbstractCrudController
|
|||||||
|
|
||||||
// Error (Default: false)
|
// Error (Default: false)
|
||||||
$error_msg = false;
|
$error_msg = false;
|
||||||
|
$ex = new \Exception();
|
||||||
|
|
||||||
// Create the Form from the request
|
// Create the Form from the request
|
||||||
$updateSeoForm = $this->getUpdateSeoForm($this->getRequest());
|
$updateSeoForm = $this->getUpdateSeoForm($this->getRequest());
|
||||||
|
|||||||
Reference in New Issue
Block a user