]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Bump DB version
[friendica.git] / mod / pubsubhubbub.php
index a6c36631aefa5fb77a6d383d2a39d1cff23156f3..dceb16ae1f260cf9415e9e7378e54582a35ee182 100644 (file)
@@ -4,7 +4,7 @@ function post_var($name) {
        return (x($_POST, $name)) ? notags(trim($_POST[$name])) : '';
 }
 
-function pubsubhubbub_init(App &$a) {
+function pubsubhubbub_init(App $a) {
        // PuSH subscription must be considered "public" so just block it
        // if public access isn't enabled.
        if (get_config('system', 'block_public')) {