forked from extern/egroupware
"but test_import and import_dump is ..."
This commit is contained in:
parent
4b60cbf95f
commit
e6d99f37e9
@ -1106,7 +1106,7 @@ class soetemplate
|
|||||||
$templ =& new soetemplate(".$app",'','##');
|
$templ =& new soetemplate(".$app",'','##');
|
||||||
if ($templ->lang != '##' || $templ->modified < $time) // need to import
|
if ($templ->lang != '##' || $templ->modified < $time) // need to import
|
||||||
{
|
{
|
||||||
$ret = $this->import_dump($app);
|
$ret = self::import_dump($app);
|
||||||
$templ->modified = $time;
|
$templ->modified = $time;
|
||||||
$templ->save('.'.$app,'','##');
|
$templ->save('.'.$app,'','##');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user