// Small fix

This commit is contained in:
fSerny
2012-02-03 15:31:17 +00:00
parent c6a0f1ea52
commit 43d9ae1fe8

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));