mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
use correct OCP\Defaults
This commit is contained in:
parent
3e4038289f
commit
d5d5b202d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue