diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:37:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-28 19:37:58 +0100 |
commit | 74f6f856289b62c69a1e12e9fc38cf6fd7b29680 (patch) | |
tree | 255d0437dd79840b9291e0d8874bd5b031fc89a3 /apps/files/download.php | |
parent | 232cc3211b2b312d4e32e7d0fb482a2b7affe89a (diff) | |
parent | 06c1c35ac90f7920afa637ab0b628529b4135d40 (diff) | |
download | nextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.tar.gz nextcloud-server-74f6f856289b62c69a1e12e9fc38cf6fd7b29680.zip |
merge master into filesystem
Diffstat (limited to 'apps/files/download.php')
-rw-r--r-- | apps/files/download.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files/download.php b/apps/files/download.php index ddd23df4125..e3fe24e45d7 100644 --- a/apps/files/download.php +++ b/apps/files/download.php @@ -21,9 +21,6 @@ * */ -// Init owncloud - - // Check if we are a user OCP\User::checkLoggedIn(); |