summaryrefslogtreecommitdiffstats
path: root/core/command/upgrade.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-06 09:44:13 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 09:44:13 +0100
commitafbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27 (patch)
treec98d572903f96aff1adba8e8859fcf74bc58da5b /core/command/upgrade.php
parente2a28e5d1d1e7956ab37884da7439ef56836655c (diff)
downloadnextcloud-server-afbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27.tar.gz
nextcloud-server-afbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27.zip
remove global variable $RUNTIME_NOAPPS - it's just superfluous
Diffstat (limited to 'core/command/upgrade.php')
-rw-r--r--core/command/upgrade.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/command/upgrade.php b/core/command/upgrade.php
index 1d105b67a06..2eded15e9fe 100644
--- a/core/command/upgrade.php
+++ b/core/command/upgrade.php
@@ -30,9 +30,6 @@ class Upgrade extends Command {
}
protected function execute(InputInterface $input, OutputInterface $output) {
- global $RUNTIME_NOAPPS;
-
- $RUNTIME_NOAPPS = true; //no apps, yet
require_once \OC::$SERVERROOT . '/lib/base.php';