X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5d1a946b7e54074b7a9ae0b85b73bd573ffe236b..1cf228c258ba8a8950b1a55bc25b93768bf50184:/WEB-INF/lib/ttGroup.class.php diff --git a/WEB-INF/lib/ttGroup.class.php b/WEB-INF/lib/ttGroup.class.php index 5ef258ca..9c12e95b 100644 --- a/WEB-INF/lib/ttGroup.class.php +++ b/WEB-INF/lib/ttGroup.class.php @@ -63,6 +63,8 @@ class ttGroup { // We need a non-zero count to display some menus. // Constructor. + // Note: org_id is needed because we construct an object in ttUser constructor, + // when global $user object does not yet exist. function __construct($id, $org_id) { $mdb2 = getConnection();