aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-09 05:13:33 -0800
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-09 05:13:33 -0800
commit279cbeb001c9d8e917838ffb6a1b10394f27cf79 (patch)
tree2a88f2ebb5b693ad74e1ec36255c63180c8a43c4 /lib/base.php
parentec829bd345045df985f623fa2fe6587d0ce68eb2 (diff)
parentea42014ba4e7ad44a290f968b1a1439f78c1117c (diff)
downloadnextcloud-server-279cbeb001c9d8e917838ffb6a1b10394f27cf79.tar.gz
nextcloud-server-279cbeb001c9d8e917838ffb6a1b10394f27cf79.zip
Merge pull request #1481 from owncloud/fixing-1354-master
basic WebDAV test in place now
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 5bfdb0b7c0a..84e9b0c2eeb 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -548,6 +548,7 @@ class OC {
require_once 'core/setup.php';
exit();
}
+
$request = OC_Request::getPathInfo();
if(substr($request, -3) !== '.js'){// we need these files during the upgrade
self::checkMaintenanceMode();