X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de05f61301a897661c702f03c1b45dd3ab5c0e8a..8dade986970598d2c58e2484342e413bf30be4db:/week_view.php 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');