mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
function test_import($app) return if !$app
This commit is contained in:
parent
282c4198a4
commit
e360e82365
@ -565,7 +565,7 @@
|
||||
{
|
||||
list($app) = explode('.',$app);
|
||||
|
||||
if ($GLOBALS['phpgw_info']['etemplate']['import_tested'][$app])
|
||||
if (!$app || $GLOBALS['phpgw_info']['etemplate']['import_tested'][$app])
|
||||
{
|
||||
return ''; // ensure test is done only once per call and app
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user