Merge pull request #189 from nextcloud/fix_undefined_index
Fix: Undefined index: canonical_webroot
This commit is contained in:
commit
e39ccfc3f2
@ -249,6 +249,7 @@ class DocumentController extends Controller {
|
|||||||
'urlsrc' => $urlSrc,
|
'urlsrc' => $urlSrc,
|
||||||
'path' => '/',
|
'path' => '/',
|
||||||
'instanceId' => $this->settings->getSystemValue('instanceid'),
|
'instanceId' => $this->settings->getSystemValue('instanceid'),
|
||||||
|
'canonical_webroot' => $this->appConfig->getAppValue('canonical_webroot'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$response = new TemplateResponse('richdocuments', 'documents', $params, 'empty');
|
$response = new TemplateResponse('richdocuments', 'documents', $params, 'empty');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user