Merge pull request #189 from nextcloud/fix_undefined_index

Fix: Undefined index: canonical_webroot
master^2
Roeland Jago Douma 6 년 전 committed by GitHub
커밋 e39ccfc3f2
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23

@ -249,6 +249,7 @@ class DocumentController extends Controller {
'urlsrc' => $urlSrc,
'path' => '/',
'instanceId' => $this->settings->getSystemValue('instanceid'),
'canonical_webroot' => $this->appConfig->getAppValue('canonical_webroot'),
];
$response = new TemplateResponse('richdocuments', 'documents', $params, 'empty');

불러오는 중...
취소
저장