Skip to content

Commit

Permalink
FIX wrong parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed May 10, 2019
1 parent 3dbfc08 commit a91b462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/main.inc.php
Expand Up @@ -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))
{
Expand Down

0 comments on commit a91b462

Please sign in to comment.