From 384807982127fd789f5bbb8356b34e65e4300aae Mon Sep 17 00:00:00 2001 From: Alexandre Delaunay Date: Mon, 8 Nov 2021 15:08:28 +0100 Subject: [PATCH] clean genical usage in planning csv export --- front/planningcsv.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/front/planningcsv.php b/front/planningcsv.php index 06ca286a7be..42beece8523 100644 --- a/front/planningcsv.php +++ b/front/planningcsv.php @@ -32,9 +32,7 @@ include ('../inc/includes.php'); -if (!isset($_GET['genical'])) { - Session::checkRight("planning", READ); -} +Session::checkRight("planning", READ); $users_id = null; $groups_id = (isset($_GET["gID"]) ? (int)$_GET['uID'] : 0);