Skip to content

Commit

Permalink
Merge pull request #535 from owncloud/fix_route_to_document_index
Browse files Browse the repository at this point in the history
Update route to documents.php/index
  • Loading branch information
Pasquale Tripodi authored Jan 19, 2024
2 parents f013050 + 1d2be92 commit 92e3373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function registerScripts() {
return [
'id' => 'richdocuments_index',
'order' => 2,
'href' => $container->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.document.index'),
'href' => $container->query('ServerContainer')->getURLGenerator()->linkToRoute('richdocuments.Document.index'),
'icon' => $container->query('ServerContainer')->getURLGenerator()->imagePath('richdocuments', 'app.svg'),
'name' => $container->query('L10N')->t('Office')
];
Expand Down

0 comments on commit 92e3373

Please sign in to comment.