Merge pull request #189 from nextcloud/fix_undefined_index

Fix: Undefined index: canonical_webroot
master^2
Roeland Jago Douma 6 年前 提交者 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');

載入中…
取消
儲存