]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / pubsubhubbub.php
index bfe553c44caf1e8c91b5ee7cc74f1e2167fe3408..a6c36631aefa5fb77a6d383d2a39d1cff23156f3 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')) {