Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:10:57 +02:00
parent 32ced9a502
commit 8b5b7203d5

View File

@ -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);