[-] 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:
lLefevre
2011-10-10 15:35:37 +00:00
parent bf0c68ca5e
commit c955e5a0a3
@@ -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();
}