FIX: Wrong variable. Must be PROJECT_HIDE_UNSELECTABLES

This commit is contained in:
Ferran Marcet 2019-08-05 14:12:19 +02:00
parent cda8b15c7f
commit 32220dde2e

View File

@ -153,7 +153,7 @@ class FormProjets
$outarray=array();
$hideunselectables = false;
if (! empty($conf->global->CONTRACT_HIDE_UNSELECTABLES)) $hideunselectables = true;
if (! empty($conf->global->PROJECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
$projectsListId = false;
if (empty($user->rights->projet->all->lire))