mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-25 15:25:36 +02:00
until home works again, we use default_app from prefs (if set and not home) or calendar, if allowed, or first app found
This commit is contained in:
@@ -894,6 +894,8 @@ abstract class egw_framework
|
||||
$apps = array();
|
||||
foreach($GLOBALS['egw_info']['user']['apps'] as $app => $data)
|
||||
{
|
||||
// disable home until we get it working again
|
||||
if ($app == 'home') continue;
|
||||
if (is_long($app))
|
||||
{
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user