summaryrefslogtreecommitdiffstats
path: root/apps/files/download.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-27 16:50:10 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-27 16:50:10 +0200
commit5961d5aae4c40aae80050db4c8adf611b9c7888c (patch)
tree106f2ff3bc9b38ced537aa86f357a6a3d561a6ce /apps/files/download.php
parentdb6361ef0314868edc9d58a81c0806c8c758af0a (diff)
downloadnextcloud-server-5961d5aae4c40aae80050db4c8adf611b9c7888c.tar.gz
nextcloud-server-5961d5aae4c40aae80050db4c8adf611b9c7888c.zip
Add app:check-code for already compatible apps
* admin_audit, comments, federation * removed not needed call to OC_Util::checkAdminUser() (is already done by the request handler before)
Diffstat (limited to 'apps/files/download.php')
-rw-r--r--apps/files/download.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/download.php b/apps/files/download.php
index 38ac2a074c3..da01f98ed62 100644
--- a/apps/files/download.php
+++ b/apps/files/download.php
@@ -26,9 +26,6 @@
*
*/
-// Check if we are a user
-OCP\User::checkLoggedIn();
-
$filename = $_GET["file"];
if(!\OC\Files\Filesystem::file_exists($filename)) {