]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsubhubbub.php
Bugfix: dba::num_rows hadn't checked the object variable
[friendica.git] / mod / pubsubhubbub.php
index dceb16ae1f260cf9415e9e7378e54582a35ee182..da2f94748943887d7fe3c3dc8a710ac0ce820209 100644 (file)
@@ -1,5 +1,7 @@
 <?php
 
+use Friendica\App;
+
 function post_var($name) {
        return (x($_POST, $name)) ? notags(trim($_POST[$name])) : '';
 }
@@ -158,5 +160,3 @@ function pubsubhubbub_init(App $a) {
 
        killme();
 }
-
-?>