Fix var not defined
This commit is contained in:
parent
2e139d1960
commit
a395e9e4ee
@ -1417,7 +1417,7 @@ class EmailCollector extends CommonObject
|
||||
$modele = empty($conf->global->PROJECT_ADDON)?'mod_project_simple':$conf->global->PROJECT_ADDON;
|
||||
|
||||
// Search template files
|
||||
$file=''; $classname=''; $filefound=0;
|
||||
$file=''; $classname=''; $filefound=0; $reldir='';
|
||||
$dirmodels=array_merge(array('/'),(array) $conf->modules_parts['models']);
|
||||
foreach($dirmodels as $reldir)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user