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='')
{
global $conf;
global $conf,$langs;
// Permissions
$this->remove($options);