X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a67c7fec533237be9be83379eb19fbbf51174c9a..99041558bf625b082fc5058a93e1bd2634c2c9d2:/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);