Fix "Undefined variable: ex"

This commit is contained in:
Asturyan
2014-03-20 16:33:36 +01:00
parent 2448b7bf8c
commit fad37219a1

View File

@@ -168,6 +168,7 @@ abstract class AbstractSeoCrudController extends AbstractCrudController
// Error (Default: false)
$error_msg = false;
$ex = new \Exception();
// Create the Form from the request
$updateSeoForm = $this->getUpdateSeoForm($this->getRequest());