FIX wrong parameter
This commit is contained in:
parent
3dbfc08a13
commit
a91b462a89
@ -2032,7 +2032,7 @@ function left_menu($menu_array_before, $helppagename = '', $notused = '', $menu_
|
|||||||
$bugbaseurl.= urlencode("- **URL**: " . $_SERVER["REQUEST_URI"] . "\n");
|
$bugbaseurl.= urlencode("- **URL**: " . $_SERVER["REQUEST_URI"] . "\n");
|
||||||
|
|
||||||
// Execute hook printBugtrackInfo
|
// 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
|
$reshook=$hookmanager->executeHooks('printBugtrackInfo', $parameters); // Note that $action and $object may have been modified by some hooks
|
||||||
if (empty($reshook))
|
if (empty($reshook))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user