// Small fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12988 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-02-03 15:31:17 +00:00
parent 0a33e068de
commit 23a3f50adb
+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));