mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
add missing )
This commit is contained in:
parent
c4c6251e9d
commit
9b3cb16bba
@ -918,7 +918,7 @@
|
|||||||
|
|
||||||
function load_group_apps($account_id)
|
function load_group_apps($account_id)
|
||||||
{
|
{
|
||||||
$apps = CreateObject('phpgwapi.applications',(int)$account_id;
|
$apps = CreateObject('phpgwapi.applications',(int)$account_id);
|
||||||
$app_list = $apps->read_account_specific();
|
$app_list = $apps->read_account_specific();
|
||||||
$account_apps = Array();
|
$account_apps = Array();
|
||||||
while(list($key,$app) = each($app_list))
|
while(list($key,$app) = each($app_list))
|
||||||
|
Loading…
Reference in New Issue
Block a user