X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5db12e31e86ebd4cb4be29851c07139edcca5ac4..bfc14fc0033335223de2268ecbd9c7a3e8d8aa21:/plugins/MonthlyQuota.class.php diff --git a/plugins/MonthlyQuota.class.php b/plugins/MonthlyQuota.class.php index 6a047bad..36f2d8cb 100644 --- a/plugins/MonthlyQuota.class.php +++ b/plugins/MonthlyQuota.class.php @@ -38,7 +38,7 @@ class MonthlyQuota { function __construct() { $this->db = getConnection(); global $user; - $this->group_id = $user->getActiveGroup(); + $this->group_id = $user->getGroup(); $this->org_id = $user->org_id; }