Conditional display of label.users if there are no inactive users.
[timetracker.git] / week_view.php
index 9f809af..0d369bf 100644 (file)
@@ -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');