Jörn Friedrich Dreyer
9 years ago
committed by
Arthur Schiwon
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|
|