mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
"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",'','##');
|
||||
if ($templ->lang != '##' || $templ->modified < $time) // need to import
|
||||
{
|
||||
$ret = $this->import_dump($app);
|
||||
$ret = self::import_dump($app);
|
||||
$templ->modified = $time;
|
||||
$templ->save('.'.$app,'','##');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user