X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/45c855269d952873285f7a835e82fc2b3eff3971..2352b1096ea3b8301f06d3e5b072022ae08a2f73:/mobile/task_edit.php diff --git a/mobile/task_edit.php b/mobile/task_edit.php index f1e25689..030cacd1 100644 --- a/mobile/task_edit.php +++ b/mobile/task_edit.php @@ -103,7 +103,8 @@ if ($request->isPost()) { if ($request->getParameter('btn_copy')) { if (!ttTaskHelper::getTaskByName($cl_name)) { if (ttTaskHelper::insert(array( - 'group_id' => $user->group_id, + 'group_id' => $user->getActiveGroup(), + 'org_id' => $user->org_id, 'name' => $cl_name, 'description' => $cl_description, 'status' => $cl_status,