Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-12-15 19:20:41 +0300
committerVincent Petry <pvince81@owncloud.com>2014-12-15 19:20:41 +0300
commit207d77e5cdf6386dd22d87a5851adae38ad9f77f (patch)
tree5f9ac1b17b057d2760422578ada81393df02fc15 /apps/files/simplelist.php
parent976baed5f9dec891fedc4756fa272dd5a0f4eae2 (diff)
Fixed small code style issues
Diffstat (limited to 'apps/files/simplelist.php')
-rw-r--r--apps/files/simplelist.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/simplelist.php b/apps/files/simplelist.php
index e3fdf6cd1de..53e56b4ed32 100644
--- a/apps/files/simplelist.php
+++ b/apps/files/simplelist.php
@@ -21,8 +21,7 @@
*
*/
-// Check if we are a user
-OCP\User::checkLoggedIn();
+// TODO: move to handlebars
// renders the controls and table headers template
$tmpl = new OCP\Template('files', 'simplelist', '');