]> source.dussan.org Git - nextcloud-server.git/commit
Fix opening Help page throws Exception
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Aug 2022 16:55:34 +0000 (18:55 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Aug 2022 16:55:34 +0000 (18:55 +0200)
commit1a781ccf5610efa7a2f09c059b135d6eff674728
tree5cd0e52f9eb78a1d93d61afdbb1bd7d4d58837b9
parentb6265a825560b57d635f23075de5d21282dc1c27
Fix opening Help page throws Exception

- Commit 458c2fa2971e6595a18a289b0afeb4a79ea0e0d3 provoked the error,
  because the "core" "app" was not found. Previously, false was
  returned, but now an AppPathNotFoundException
- IUrlGenerator::linkTo() accepts an empty app argument however, moving
  the "core" portion to the path solves it and avoids apps lookup

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/settings/lib/Controller/HelpController.php