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
path: root/lib/files
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-10-24 18:14:34 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-10-24 18:14:34 +0400
commite8975239bd6ac0394461bb12bf66b0dad94a0162 (patch)
tree942c6330b3b67f2b48e459b464b863e25f7948a9 /lib/files
parentecdba3d0e57f96ca10ca13595add30617f768ce1 (diff)
remove debug code
Diffstat (limited to 'lib/files')
-rw-r--r--lib/files/cache/updater.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/files/cache/updater.php b/lib/files/cache/updater.php
index 08ce448c992..b09334e89dc 100644
--- a/lib/files/cache/updater.php
+++ b/lib/files/cache/updater.php
@@ -86,10 +86,6 @@ class Updater {
* @param string $time
*/
static public function correctFolder($path, $time) {
- //Shared folder gets handles by the files_sharing app
- //if (strpos($path, '/Shared' === 0)) {
- // return true;
- //}
if ($path !== '' && $path !== '/') {