Merge pull request #12552 from frederic34/patch-15

$head was never initialized
This commit is contained in:
Laurent Destailleur 2019-11-30 01:16:40 +01:00 committed by GitHub
commit 35b4318cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,7 @@ function user_admin_prepare_head()
$langs->load("users");
$h = 0;
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/admin/user.php';
$head[$h][1] = $langs->trans("Parameters");