summaryrefslogtreecommitdiffstats
path: root/core/ajax/update.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-06 10:04:18 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 10:04:18 +0100
commit0db5fead8e9d4cfe410841ab4c4562987f2844a6 (patch)
tree1d9c7b5fd0b2e1a1eb4d86de7da5e7e63bb016bc /core/ajax/update.php
parent21207c6a73bbaf43c6afaceda51690e77fad06f0 (diff)
downloadnextcloud-server-0db5fead8e9d4cfe410841ab4c4562987f2844a6.tar.gz
nextcloud-server-0db5fead8e9d4cfe410841ab4c4562987f2844a6.zip
remove some more global variable $RUNTIME_NOAPPS
Diffstat (limited to 'core/ajax/update.php')
-rw-r--r--core/ajax/update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/update.php b/core/ajax/update.php
index d6af84e95b1..99e8f275316 100644
--- a/core/ajax/update.php
+++ b/core/ajax/update.php
@@ -1,6 +1,5 @@
<?php
set_time_limit(0);
-$RUNTIME_NOAPPS = true;
require_once '../../lib/base.php';
if (OC::checkUpgrade(false)) {