FIX: Wrong variable. Must be PROJECT_HIDE_UNSELECTABLES
This commit is contained in:
parent
cda8b15c7f
commit
32220dde2e
@ -153,7 +153,7 @@ class FormProjets
|
|||||||
$outarray=array();
|
$outarray=array();
|
||||||
|
|
||||||
$hideunselectables = false;
|
$hideunselectables = false;
|
||||||
if (! empty($conf->global->CONTRACT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
if (! empty($conf->global->PROJECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
||||||
|
|
||||||
$projectsListId = false;
|
$projectsListId = false;
|
||||||
if (empty($user->rights->projet->all->lire))
|
if (empty($user->rights->projet->all->lire))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user