Skip to content

Commit

Permalink
Apply UseSession as the template imports make use of checkLoggedIn wh…
Browse files Browse the repository at this point in the history
…ich might attempt to write to the session

Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 17, 2021
1 parent 9111f4e commit 77aee15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/lib/Controller/ViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public function showFile(string $fileid = null): Response {
/**
* @NoCSRFRequired
* @NoAdminRequired
* @UseSession
*
* @param string $dir
* @param string $view
Expand Down

0 comments on commit 77aee15

Please sign in to comment.