// Replace shop->addSqlAssociation() by static call

This commit is contained in:
rMalie
2012-02-27 13:07:51 +00:00
parent 0a3fa7ba14
commit ab2515b67c
23 changed files with 55 additions and 75 deletions
+1 -1
View File
@@ -730,7 +730,7 @@ class ShopCore extends ObjectModel
* @param Context $context
* @return string
*/
public function addSqlAssociation($table, $alias, $inner_join = true)
public static function addSqlAssociation($table, $alias, $inner_join = true)
{
$table_alias = ' asso_shop_'.$table;
if (strpos($table, '.') !== false)