Browse Source
Fix typo
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
pull/28174/head
Louis
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/files/lib/Controller/ViewController.php
|
|
|
@ -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 |
|
|
|
*/ |
|
|
|
|