From 126d2522fd2d72290157746f798bc4b85f81c08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:19:30 +0200 Subject: [PATCH] Qual: Missing global declaration --- htdocs/core/modules/fichinter/mod_pacific.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/fichinter/mod_pacific.php b/htdocs/core/modules/fichinter/mod_pacific.php index 227d04f5ba5..d50f0be861d 100644 --- a/htdocs/core/modules/fichinter/mod_pacific.php +++ b/htdocs/core/modules/fichinter/mod_pacific.php @@ -65,7 +65,7 @@ class mod_pacific extends ModeleNumRefFicheinter */ function canBeActivated() { - global $langs,$conf; + global $langs,$conf,$db; $langs->load("bills");