]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
extend checkbox template for customized attributes
[friendica.git] / mod / pubsub.php
index 2ba1958a25050cbce35e075d04d6081aa5d71907..60df449b535a95edc5ccf46b38183c0728816a9b 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function hub_return($valid,$body) {
 
        if($valid) {
@@ -158,6 +160,3 @@ function pubsub_post(App $a) {
        hub_post_return();
 
 }
-
-
-