Fixing style errors.
This commit is contained in:
parent
502c2a4505
commit
d6632757f9
@ -237,7 +237,7 @@ if ($action == 'update' && !empty($permissiontoadd)) {
|
|||||||
if ($conf->categorie->enabled) {
|
if ($conf->categorie->enabled) {
|
||||||
$categories = GETPOST('categories', 'array');
|
$categories = GETPOST('categories', 'array');
|
||||||
if (method_exists($object, 'setCategories')) {
|
if (method_exists($object, 'setCategories')) {
|
||||||
$object->setCategories($categories);
|
$object->setCategories($categories);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user