fix php8 warning
This commit is contained in:
parent
2eaf794b17
commit
99cd866eba
@ -62,6 +62,7 @@ if (!empty($conf->categorie->enabled)) {
|
|||||||
$search_category_list = GETPOST("search_category_".Categorie::TYPE_ACCOUNT."_list", "array");
|
$search_category_list = GETPOST("search_category_".Categorie::TYPE_ACCOUNT."_list", "array");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$socid = 0;
|
||||||
// Security check
|
// Security check
|
||||||
if ($user->socid) {
|
if ($user->socid) {
|
||||||
$socid = $user->socid;
|
$socid = $user->socid;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user