Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:35:47 +02:00
parent 988e7a137e
commit db82a6f0e6

View File

@ -298,7 +298,7 @@ class modProjet extends DolibarrModules
*/ */
function init($options='') function init($options='')
{ {
global $conf; global $conf,$langs;
// Permissions // Permissions
$this->remove($options); $this->remove($options);