mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
Fix can't always find the merge app
This commit is contained in:
parent
f33ed6b100
commit
2d644d930e
@ -1524,7 +1524,7 @@ abstract class Merge
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
$app = str_replace('_merge','',get_class($this));
|
$app = str_replace('_merge','',get_class($this));
|
||||||
if(!in_array($app, $GLOBALS['egw_info']['apps']))
|
if(!in_array($app, array_keys($GLOBALS['egw_info']['apps'])))
|
||||||
{
|
{
|
||||||
$app = false;
|
$app = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user