FIX wrong parameter

This commit is contained in:
Regis Houssin 2019-05-10 12:28:27 +02:00
parent 3dbfc08a13
commit a91b462a89

View File

@ -2032,7 +2032,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_
$bugbaseurl.= urlencode("- **URL**: " . $_SERVER["REQUEST_URI"] . "\n");
// Execute hook printBugtrackInfo
$parameters=array('searchform'=>$searchform);
$parameters=array('bugbaseurl'=>$bugbaseurl);
$reshook=$hookmanager->executeHooks('printBugtrackInfo', $parameters); // Note that $action and $object may have been modified by some hooks
if (empty($reshook))
{