diff --git a/lam/lib/account.inc b/lam/lib/account.inc index a91c2d75..f4b4d7ea 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -284,7 +284,7 @@ function getquotas($users) { return $return; } else { - return -1; + return $users; } }