// Context part 9
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7637 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -135,7 +135,7 @@ class AdminCarriers extends AdminTab
|
||||
</div>
|
||||
<label>'.$this->l('Group access').'</label>
|
||||
<div class="margin-form">';
|
||||
$groups = Group::getGroups(Context::getContext()->language->id));
|
||||
$groups = Group::getGroups(Context::getContext()->language->id);
|
||||
if (sizeof($groups))
|
||||
{
|
||||
echo '
|
||||
|
||||
Reference in New Issue
Block a user