X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5db12e31e86ebd4cb4be29851c07139edcca5ac4..c595ddbfdf0515e5fc91cc998bdf2bf92875c998:/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; }