changed failure returnvalue of getquotas.
This commit is contained in:
parent
dcc1afbbb9
commit
efba9905d9
|
@ -284,7 +284,7 @@ function getquotas($users) {
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return -1;
|
return $users;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue