Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:16:39 +02:00
parent 71cd774d04
commit 592b738f96

View File

@ -65,7 +65,7 @@ class mod_facture_terre extends ModeleNumRefFactures
*/
function canBeActivated()
{
global $langs,$conf;
global $langs,$conf,$db;
$langs->load("bills");