From d5d5b202d8efb36e09a78685be4ce70359b2eeb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de> Date: Wed, 17 Aug 2016 11:59:53 +0200 Subject: [PATCH] use correct OCP\Defaults --- status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- GitLab