Skip to content
Snippets Groups Projects
Commit 65ec950b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #13757 from owncloud/issue/13686-scroll-to-file-when-using-searchotherplaces

Scroll to file in folder, when using "search in other places" link
parents 2c1bacad 54303484
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class File extends \OCP\Search\Result {
$this->link = \OCP\Util::linkTo(
'files',
'index.php',
array('dir' => $info['dirname'], 'file' => $info['basename'])
array('dir' => $info['dirname'], 'scrollto' => $info['basename'])
);
$this->permissions = $data->getPermissions();
$this->path = $path;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment