X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=group_edit.php;h=a5a85d1dd4f61871e1f80a09bbb7da08ac39581b;hb=6968ef66a0264c35eff9bdd8ed92af48b34b8d19;hp=676a4d777a426b4afc87ee14dc50b299bb6823b3;hpb=b02288380ea55515a15990d16547e901e438883f;p=timetracker.git 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);