X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=week_view.php;h=0d369bf9bbcd7b7a9db0e7116d8ff5007ca10e0a;hb=2646345bd9517aafb6b96bfe9cd795ee0f8c8e84;hp=9f809af3cf7d151bb7a4539cb75e7fccb7379d55;hpb=de05f61301a897661c702f03c1b45dd3ab5c0e8a;p=timetracker.git diff --git a/week_view.php b/week_view.php index 9f809af3..0d369bf9 100644 --- a/week_view.php +++ b/week_view.php @@ -34,10 +34,6 @@ if (!ttAccessAllowed('manage_advanced_settings')) { header('Location: access_denied.php'); exit(); } -if (!$user->isPluginEnabled('wv')) { - header('Location: feature_disabled.php'); - exit(); -} if ($request->isPost()) { $cl_week_note = $request->getParameter('week_note');