Explorar o código

use correct OCP\Defaults

Jörn Friedrich Dreyer %!s(int64=7) %!d(string=hai) anos
pai
achega
d5d5b202d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      status.php

+ 1 - 1
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,