// Replace shop->addSqlRestriction() and shop->addSqlRestrictionOnLang() by static versions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13618 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -170,14 +170,6 @@ abstract class ModuleCore
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get SQL modules restriction by shop
|
||||
*/
|
||||
protected function sqlShopRestriction($share = false, $alias = null)
|
||||
{
|
||||
return $this->context->shop->addSqlRestriction($share, $alias, 'shop');
|
||||
}
|
||||
|
||||
/**
|
||||
* Insert module into datable
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user