Correction classe m_quota.php

This commit is contained in:
Steven Mondji-Lerider 2012-06-26 11:41:48 +00:00
parent c07d7fbac4
commit ebf9c3c5c8
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class m_quota {
reset($this->disk);
while (list($key,$val)=each($this->disk)) {
$a=array();
exec("/usr/lib/alternc/quota_get ".$cuid." ".$val,$a);
exec("/usr/lib/alternc/quota_get ".$cuid ,$a);
$this->quotas[$val]=array("t"=>$a[1],"u"=>$a[0]);
}
$get_quota_cache[$cuid] = $this->quotas;