From 587d0d19937b37bdb9d1c52ddebccae527b522c8 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 12 Dec 2017 10:41:12 -0600 Subject: [PATCH] Typo fix --- modules/backend/behaviors/FormController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/behaviors/FormController.php b/modules/backend/behaviors/FormController.php index f18d6dfad..2ac502087 100644 --- a/modules/backend/behaviors/FormController.php +++ b/modules/backend/behaviors/FormController.php @@ -487,7 +487,7 @@ class FormController extends ControllerBehavior // Assign the default redirect afterwards to prevent the // source for the default redirect being default[redirect] - $redirects['default' => $this->getConfig('defaultRedirect', '')]; + $redirects['default'] = $this->getConfig('defaultRedirect', ''); if (!isset($redirects[$context])) { return $redirects['default'];