Fix error for Bug #887735, although there must be another problem

This commit is contained in:
Miles Lott 2004-02-03 06:06:54 +00:00
parent 7f6c343ce8
commit 8c301efe44

View File

@ -94,6 +94,7 @@
{
$apps = $GLOBALS['phpgw_info']['user']['apps'];
}
settype($apps,'array');
foreach($apps as $app)
{
$appname = $app['name'];