diff options
Diffstat (limited to 'lib/private/updater.php')
-rw-r--r-- | lib/private/updater.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/updater.php b/lib/private/updater.php index c3de319ce97..f76630d411d 100644 --- a/lib/private/updater.php +++ b/lib/private/updater.php @@ -211,7 +211,7 @@ class Updater extends BasicEmitter { // Update htaccess files for apache hosts if (isset($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) { try { - \OC_Setup::updateHtaccess(); + \OC\Setup::updateHtaccess(); } catch (\Exception $e) { throw new \Exception($e->getMessage()); } |