From db82a6f0e6743bac029c97c40582c2366b2a5d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 17:35:47 +0200 Subject: [PATCH] Qual: Missing global declaration --- htdocs/core/modules/modProjet.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modProjet.class.php b/htdocs/core/modules/modProjet.class.php index 63e917ab04d..189df9c4b0d 100644 --- a/htdocs/core/modules/modProjet.class.php +++ b/htdocs/core/modules/modProjet.class.php @@ -298,7 +298,7 @@ class modProjet extends DolibarrModules */ function init($options='') { - global $conf; + global $conf,$langs; // Permissions $this->remove($options);