Comment
This commit is contained in:
parent
3e15830678
commit
ad1f193077
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user