// Small fix

This commit is contained in:
fSerny
2012-02-03 15:31:17 +00:00
parent 24abe3fd3a
commit 655e31edb0
+1 -1
View File
@@ -517,7 +517,7 @@ class AdminControllerCore extends Controller
// Hook after action
if (isset($return) && ($case1 || $case2))
if ($case1 || $case2)
{
/* Hook After Action */
Hook::exec('actionAdmin'.ucfirst($this->action).'After', array('controller' => $this, 'return' => $return));