Skip to content

Commit

Permalink
clean genical usage in planning csv export
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Nov 8, 2021
1 parent c6e715c commit 3848079
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions front/planningcsv.php
Expand Up @@ -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);
Expand Down

0 comments on commit 3848079

Please sign in to comment.