Merge pull request #10590 from owncloud/fix-10585

Add require_once to update.php due to routing
This commit is contained in:
Clark Tomlinson 2014-08-22 09:06:03 -04:00
commit 620610a3a7

View file

@ -1,5 +1,6 @@
<?php
set_time_limit(0);
require_once '../../lib/base.php';
if (OC::checkUpgrade(false)) {
$l = new \OC_L10N('core');