X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6cdff5151bba8cd6c8bd1bb90b1b2c18457ecb88..7797eda9fb04c217a813db88e00bb9ee541eabbb:/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; }