From 5961d5aae4c40aae80050db4c8adf611b9c7888c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 27 Jun 2016 16:50:10 +0200 Subject: 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) --- apps/files/download.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/files/download.php') 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)) { -- cgit v1.2.3