X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpubsubhubbub.php;h=dceb16ae1f260cf9415e9e7378e54582a35ee182;hb=a7ce601580b07e9b3e7653cbdb0a9b6bbb5c474e;hp=a6c36631aefa5fb77a6d383d2a39d1cff23156f3;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/pubsubhubbub.php b/mod/pubsubhubbub.php index a6c36631ae..dceb16ae1f 100644 --- a/mod/pubsubhubbub.php +++ b/mod/pubsubhubbub.php @@ -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')) {