diff --git a/bureau/class/m_quota.php b/bureau/class/m_quota.php index 81773f50..da39ad8a 100644 --- a/bureau/class/m_quota.php +++ b/bureau/class/m_quota.php @@ -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