Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controller/pagecontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/pagecontroller.php b/controller/pagecontroller.php
index c93482f6..f00f795b 100644
--- a/controller/pagecontroller.php
+++ b/controller/pagecontroller.php
@@ -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);
}
/**