[-] Installer : fix demo product insertion

This commit is contained in:
tDidierjean
2011-10-11 12:54:06 +00:00
parent eeb5b16112
commit 0d2a5a46bd
2 changed files with 41 additions and 36 deletions
+5
View File
@@ -1515,6 +1515,11 @@ class AdminControllerCore extends Controller
return !count($this->_errors) ? true : false;
}
/**
* Delete multiple items
*
* @param array $boxes ids of the item to be processed
*/
protected function bulkDelete($boxes)
{
if (is_array($boxes) && !empty($boxes))