diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-21 20:51:50 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-02-23 16:44:40 +0100 |
commit | 1fd1b355e46aba83917c81ddc91a369598f9e6e1 (patch) | |
tree | 098e4f25ea3c40ad4b424223f788cfc0d06a3408 /lib/private/util.php | |
parent | f54cd14c7e7ea3a8e63ce35b3ac2c3ff5db984f5 (diff) | |
download | nextcloud-server-1fd1b355e46aba83917c81ddc91a369598f9e6e1.tar.gz nextcloud-server-1fd1b355e46aba83917c81ddc91a369598f9e6e1.zip |
Fix namespace of OC_Setup -> \OC\Setup
Diffstat (limited to 'lib/private/util.php')
-rw-r--r-- | lib/private/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index 37e68df9a7f..8ffb9e35bad 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -550,7 +550,7 @@ class OC_Util { } $webServerRestart = false; - $setup = new OC_Setup($config); + $setup = new OC\Setup($config); $availableDatabases = $setup->getSupportedDatabases(); if (empty($availableDatabases)) { $errors[] = array( |