]> git.mxchange.org Git - friendica.git/blobdiff - mod/suggest.php
Notices what else? (#5545)
[friendica.git] / mod / suggest.php
index 8330250a7bb756b2aded74a9c3797c7c7ffb79e9..1a4dbc5a13c2e25ab380cdced9d0459bc3591102 100644 (file)
@@ -74,6 +74,8 @@ function suggest_content(App $a)
                return $o;
        }
 
+       $id = 0;
+
        foreach ($r as $rr) {
 
                $connlnk = System::baseUrl() . '/follow/?url=' . (($rr['connect']) ? $rr['connect'] : $rr['url']);