FIX : load propal langs for availability traduction

This commit is contained in:
Gauthier 2015-07-17 17:24:11 +02:00
parent 1a61ab055f
commit 244d1839e4

View File

@ -2272,6 +2272,8 @@ class Form
{ {
global $langs; global $langs;
$langs->load('propal');
if (count($this->cache_availability)) return 0; // Cache deja charge if (count($this->cache_availability)) return 0; // Cache deja charge
$sql = "SELECT rowid, code, label"; $sql = "SELECT rowid, code, label";