fixed typo

This commit is contained in:
Cornelius Weiß 2005-11-10 21:36:51 +00:00
parent f0b4d5e25d
commit a52d78d66b

View File

@ -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)