From 8b5b7203d5e4033f27de1775c438268baa773b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:10:57 +0200 Subject: [PATCH] Qual: Missing global declaration --- htdocs/core/modules/expedition/doc/pdf_merou.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php index dafff8b81ea..63ab48d8138 100644 --- a/htdocs/core/modules/expedition/doc/pdf_merou.modules.php +++ b/htdocs/core/modules/expedition/doc/pdf_merou.modules.php @@ -431,7 +431,7 @@ class pdf_merou extends ModelePdfExpedition */ function _pagehead(&$pdf, $object, $showaddress, $outputlangs) { - global $conf, $langs; + global $conf, $langs,$hookmanager; $default_font_size = pdf_getPDFFontSize($outputlangs);