X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttGroup.class.php;fp=WEB-INF%2Flib%2FttGroup.class.php;h=9c12e95b6cb0d65c7ea7d321042301351086bd78;hb=d74142948db5d27a3bf144a8ee485318cc1330c3;hp=5ef258cae3e7f3a5bbea3ef73ba3f87dabd81b21;hpb=906338007f1d45fe1ec40b19b1ff3106898a98fb;p=timetracker.git 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();