diff options
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/update.php | 1 |
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)) { |