Fix: global $langs non charge

This commit is contained in:
Regis Houssin 2007-06-06 08:32:32 +00:00
parent a6bb2daf5b
commit 5198eac7fd

View File

@ -127,7 +127,7 @@ function info()
*/
function getExample()
{
global $conf;
global $conf,$langs;
$buildResult = $this->buildMatrice();