Merge pull request #19173 from frederic34/patch-1
Fix Undefined array key
This commit is contained in:
commit
a26539c3e4
@ -311,7 +311,7 @@ function project_prepare_head(Project $project, $moreparam = '')
|
||||
}
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/projet/info.php?id='.$project->id;
|
||||
$head[$h][1] .= $langs->trans("Events");
|
||||
$head[$h][1] = $langs->trans("Events");
|
||||
if (!empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read))) {
|
||||
$head[$h][1] .= '/';
|
||||
$head[$h][1] .= $langs->trans("Agenda");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user