Notices what else? (#5545)

* Poco isn't filled, so we cannot store it

* We should initialize our variables
This commit is contained in:
Michael Vogel 2018-08-02 16:11:21 +02:00 committed by Tobias Diekershoff
parent c72c64a6d8
commit 65d752d03c
4 changed files with 8 additions and 13 deletions

View 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']);