// 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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user