diff options
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status.php b/status.php index 1da399051a6..5b4b950139b 100644 --- a/status.php +++ b/status.php @@ -37,7 +37,7 @@ try { $maintenance = (bool) $systemConfig->getValue('maintenance', false); # see core/lib/private/legacy/defaults.php and core/themes/example/defaults.php # for description and defaults - $defaults = new \OC_Defaults(); + $defaults = new \OCP\Defaults(); $values=array( 'installed'=>$installed, 'maintenance' => $maintenance, |