From d26ece16e2e9a8b06fd8e086276918495e894efc Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Sun, 26 Aug 2012 13:46:52 +0000 Subject: [PATCH] Bugfixes quotas --- bureau/class/m_quota.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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