mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +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'];
|
if (!$appname) $appname = $GLOBALS['egw_info']['flags']['currentapp'];
|
||||||
|
|
||||||
$acounts = array($account_id);
|
$accounts = array($account_id);
|
||||||
if ($use_memberships)
|
if ($use_memberships)
|
||||||
{
|
{
|
||||||
foreach((array)$GLOBALS['egw']->accounts->membership($account_id) as $group)
|
foreach((array)$GLOBALS['egw']->accounts->membership($account_id) as $group)
|
||||||
|
Loading…
Reference in New Issue
Block a user