Some refactoring for subgroups.
[timetracker.git] / client_add.php
index db94e62..b3d27ac 100644 (file)
@@ -71,7 +71,7 @@ if ($request->isPost()) {
   if ($err->no()) {
     if (!ttClientHelper::getClientByName($cl_name)) {
       if (ttClientHelper::insert(array(
-        'group_id' => $user->getActiveGroup(),
+        'group_id' => $user->getGroup(),
         'org_id' => $user->org_id,
         'name' => $cl_name,
         'address' => $cl_address,