Browse Source

Fix typo

Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
tags/v23.0.0beta1
Louis 2 years ago
parent
commit
1ad5e8ad73
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/files/lib/Controller/ViewController.php

+ 1
- 1
apps/files/lib/Controller/ViewController.php View File

@@ -391,7 +391,7 @@ class ViewController extends Controller {
* Redirects to the file list and highlight the given file id
*
* @param string $fileId file id to show
* @param bool $setOpenfile - wether or not to set the openfile URL parameter
* @param bool $setOpenfile - whether or not to set the openfile URL parameter
* @return RedirectResponse redirect response or not found response
* @throws \OCP\Files\NotFoundException
*/

Loading…
Cancel
Save