// Remove bad _SQL_USE_SLAVE_ uses + normalize Db->executeS(), Db->execute() and Db->numRows() names
This commit is contained in:
@@ -99,7 +99,7 @@ class AdminTrackingController extends AdminController
|
||||
$this->_list['message'] = $this->l('List of out of stock products with attributes:');
|
||||
break ;
|
||||
}
|
||||
$this->_list['obj'] = Db::getInstance()->ExecuteS($sql);
|
||||
$this->_list['obj'] = Db::getInstance()->executeS($sql);
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user