mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix error for Bug #887735, although there must be another problem
This commit is contained in:
parent
7f6c343ce8
commit
8c301efe44
@ -94,6 +94,7 @@
|
||||
{
|
||||
$apps = $GLOBALS['phpgw_info']['user']['apps'];
|
||||
}
|
||||
settype($apps,'array');
|
||||
foreach($apps as $app)
|
||||
{
|
||||
$appname = $app['name'];
|
||||
|
Loading…
Reference in New Issue
Block a user