diff --git a/modules/backend/behaviors/FormController.php b/modules/backend/behaviors/FormController.php index 2ac502087..2aea8dd97 100644 --- a/modules/backend/behaviors/FormController.php +++ b/modules/backend/behaviors/FormController.php @@ -489,7 +489,7 @@ class FormController extends ControllerBehavior // source for the default redirect being default[redirect] $redirects['default'] = $this->getConfig('defaultRedirect', ''); - if (!isset($redirects[$context])) { + if (empty($redirects[$context])) { return $redirects['default']; }