]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Bump DB version
[friendica.git] / mod / pubsubhubbub.php
index bfe553c44caf1e8c91b5ee7cc74f1e2167fe3408..dceb16ae1f260cf9415e9e7378e54582a35ee182 100644 (file)
@@ -4,7 +4,7 @@ function post_var($name) {
        return (x($_POST, $name)) ? notags(trim($_POST[$name])) : '';
 }
 
-function pubsubhubbub_init(&$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')) {