Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
  • Loading branch information
artonge and Pytal authored Jul 28, 2021
1 parent e558a00 commit 1ad5e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/lib/Controller/ViewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ private function provideInitialState(string $dir, ?string $openfile): void {
* 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
*/
Expand Down

0 comments on commit 1ad5e8a

Please sign in to comment.