diff options
Diffstat (limited to 'core/ajax/update.php')
-rw-r--r-- | core/ajax/update.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ajax/update.php b/core/ajax/update.php index 5fca1808891..627ada080c8 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -1,5 +1,6 @@ <?php set_time_limit(0); +require_once '../../lib/base.php'; if (OC::checkUpgrade(false)) { $l = new \OC_L10N('core'); |