Bugfixes quotas

This commit is contained in:
Alan Garcia 2012-08-26 13:46:52 +00:00
parent 10a961d2a3
commit d26ece16e2
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class m_quota {
}
foreach($this->clquota as $k=>$v) {
if (!isset($ttmp[$k])) {
$ttmp[$k]=array("name" => $k, "t" => 0, "u" => 0);
$ttmp[$k]=array("name" => $k, "total" => 0);
}
}
// TODO: old hook method FIXME: remove when unused