]> git.mxchange.org Git - friendica.git/blobdiff - mod/bookmarklet.php
added more spaces (CR request)
[friendica.git] / mod / bookmarklet.php
index 86a73a788428d59158fff219cce5a44f743ccb56..c4ef8457044ed64913eb15f3af0c385a69f5c74d 100644 (file)
@@ -3,11 +3,11 @@
 require_once('include/conversation.php');
 require_once('include/items.php');
 
-function bookmarklet_init(&$a) {
+function bookmarklet_init(App $a) {
        $_GET["mode"] = "minimal";
 }
 
-function bookmarklet_content(&$a) {
+function bookmarklet_content(App $a) {
        if (!local_user()) {
                $o = '<h2>'.t('Login').'</h2>';
                $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);