fix hookmanager global

This commit is contained in:
John BOTELLA 2019-03-14 16:13:32 +01:00
parent 8bc795c055
commit 31e588dbab

View File

@ -1391,6 +1391,8 @@ class ActionComm extends CommonObject
*/
function build_exportfile($format,$type,$cachedelay,$filename,$filters)
{
global $hookmanager;
// phpcs:enable
global $conf,$langs,$dolibarr_main_url_root,$mysoc;