mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Notices what else? (#5545)
* Poco isn't filled, so we cannot store it * We should initialize our variables
This commit is contained in:
parent
c72c64a6d8
commit
65d752d03c
4 changed files with 8 additions and 13 deletions
|
@ -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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue