mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed typo
This commit is contained in:
parent
f0b4d5e25d
commit
a52d78d66b
@ -486,7 +486,7 @@
|
||||
{
|
||||
if (!$appname) $appname = $GLOBALS['egw_info']['flags']['currentapp'];
|
||||
|
||||
$acounts = array($account_id);
|
||||
$accounts = array($account_id);
|
||||
if ($use_memberships)
|
||||
{
|
||||
foreach((array)$GLOBALS['egw']->accounts->membership($account_id) as $group)
|
||||
|
Loading…
Reference in New Issue
Block a user