// Replace shop->sqlAsso(), shop->sqlLang() and shop->sqlRestriction() with shop->addSqlAssociation(), shop->addSqlRestrictionOnLang() and shop->addSqlRestriction()
This commit is contained in:
@@ -142,7 +142,7 @@ abstract class ModuleCore
|
||||
|
||||
protected function sqlShopRestriction($share = false, $alias = null)
|
||||
{
|
||||
return $this->context->shop->sqlRestriction($share, $alias, 'shop');
|
||||
return $this->context->shop->addSqlRestriction($share, $alias, 'shop');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user