Merge pull request #189 from nextcloud/fix_undefined_index

Fix: Undefined index: canonical_webroot
master^2
Roeland Jago Douma 6年前 committed by GitHub
コミット e39ccfc3f2
この署名に対応する既知のキーがデータベースに存在しません
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');

読み込み中…
キャンセル
保存