This commit is contained in:
Laurent Destailleur 2009-08-25 15:21:06 +00:00
parent 3e15830678
commit ad1f193077

View File

@ -144,7 +144,7 @@ class Conf
if (eregi('^MAIN_MODULE_([A-Z_]+)_NEEDSMARTY$',$key) && $value) if (eregi('^MAIN_MODULE_([A-Z_]+)_NEEDSMARTY$',$key) && $value)
{ {
$module=strtolower($reg[1]); $module=strtolower($reg[1]);
// Add this module in list of module that need smarty // Add this module in list of modules that need smarty
$this->need_smarty[]=$module; $this->need_smarty[]=$module;
} }
// If this is a module constant // If this is a module constant