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:
authorRobin Appelman <icewind@owncloud.com>2012-12-15 05:21:26 +0400
committerRobin Appelman <icewind@owncloud.com>2012-12-15 05:21:26 +0400
commit946d58eaa8f93eb612a277fad1d7f870554b578e (patch)
tree18ad2ac0c504eb283d70c040ce449b259d88f97f /lib/files.php
parent7969d6e64617235744889df42d0e671085a779a8 (diff)
parent6ff38624a717316d7992c81db6d4dbf8f5d86f3a (diff)
merge master into filesystem
Diffstat (limited to 'lib/files.php')
-rw-r--r--lib/files.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/files.php b/lib/files.php
index a2387368241..768a2ad2191 100644
--- a/lib/files.php
+++ b/lib/files.php
@@ -282,7 +282,6 @@ class OC_Files {
} else {
OC_Log::write('files', 'Can\'t write upload limit to ' . OC::$SERVERROOT . '/.htaccess. Please check the file permissions', OC_Log::WARN);
}
-
return false;
}
}