// 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:
mDeflotte
2012-05-29 08:59:49 +00:00
parent 24bc3d6427
commit 77084e7170
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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();
}