mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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");
|
||||
|
||||
// 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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user