mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
"selectForUser" and "" selectFirstForUser" is now moved to Post
This commit is contained in:
parent
c1226bff07
commit
2b1d0b9db8
29 changed files with 179 additions and 121 deletions
|
@ -86,7 +86,7 @@ function notes_content(App $a, $update = false)
|
|||
$count = 0;
|
||||
|
||||
if (DBA::isResult($r)) {
|
||||
$notes = Item::inArray($r);
|
||||
$notes = Item::toArray($r);
|
||||
|
||||
$count = count($notes);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue