X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b02288380ea55515a15990d16547e901e438883f..6968ef66a0264c35eff9bdd8ed92af48b34b8d19:/group_edit.php diff --git a/group_edit.php b/group_edit.php index 676a4d77..a5a85d1d 100644 --- a/group_edit.php +++ b/group_edit.php @@ -259,6 +259,8 @@ if ($request->isPost()) { $plugins .= ',mq'; if ($cl_week_view) $plugins .= ',wv'; + if ($cl_work_units) + $plugins .= ',wu'; // Recycle week view plugin options as they are not configured on this page. $existing_plugins = explode(',', $user->plugins);