mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-07 19:46:02 +08:00
Fix bookmarklet
This commit is contained in:
parent
e9ac236a20
commit
4f12b4f8df
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class PageController extends Controller {
|
|||
*/
|
||||
public function bookmarklet($url='',$title='') {
|
||||
$params = array('url' => $url, 'label' => $title);
|
||||
|
||||
return new TemplateResponse('passman', 'bookmarklet', $params);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue