소스 검색

use correct OCP\Defaults

tags/v11.0RC2
Jörn Friedrich Dreyer 7 년 전
부모
커밋
d5d5b202d8
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,

Loading…
취소
저장