[-] BO : removing the call to the property _listSkipDelete
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9195 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -68,10 +68,6 @@ class AdminRequestSqlControllerCore extends AdminController
|
||||
FROM `'._DB_PREFIX_.'request_sql`
|
||||
');
|
||||
|
||||
if (count($result) === 1)
|
||||
foreach ($result as $row)
|
||||
$this->_listSkipDelete = array($row['id_request_sql']);
|
||||
|
||||
if (!count($this->_errors))
|
||||
parent::postProcess();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user