X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d3bcdee6ccc7bd00dce1fdfd89dc604f9016b52c..f8292d356ef3ac53b2bb1183dd462f7c453c20e5:/mobile/project_edit.php diff --git a/mobile/project_edit.php b/mobile/project_edit.php index 2d67b88d..88794615 100644 --- a/mobile/project_edit.php +++ b/mobile/project_edit.php @@ -119,7 +119,7 @@ if ($request->isPost()) { if ($request->getParameter('btn_copy')) { if (!ttProjectHelper::getProjectByName($cl_name)) { if (ttProjectHelper::insert(array( - 'group_id' => $user->getActiveGroup(), + 'group_id' => $user->getGroup(), 'org_id' => $user->org_id, 'name' => $cl_name, 'description' => $cl_description,