ObjectModel::updateMultishopTable() where argument is not mandatory

This commit is contained in:
bumbu
2013-01-07 19:24:12 +02:00
parent 66ddc0c809
commit 0036768ae5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class SearchCore
{
$db->execute('TRUNCATE '._DB_PREFIX_.'search_index');
$db->execute('TRUNCATE '._DB_PREFIX_.'search_word');
ObjectModel::updateMultishopTable('Product', array('indexed' => 0), '1');
ObjectModel::updateMultishopTable('Product', array('indexed' => 0));
}
else
{