// Remove undefined method called
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15723 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -55,7 +55,6 @@ class AdminCmsControllerCore extends AdminController
|
||||
// In this case, AdminCmsContentController::getCurrentCMSCategory() is null
|
||||
if (!AdminCmsContentController::getCurrentCMSCategory())
|
||||
{
|
||||
elog('rrrr');
|
||||
$this->redirect_after = '?controller=AdminCmsContent&token='.Tools::getAdminTokenLite('AdminCmsContent');
|
||||
$this->redirect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user