mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Fix errors in Content namespace
This commit is contained in:
parent
3c84c21318
commit
caa826ca06
8 changed files with 28 additions and 16 deletions
|
@ -116,9 +116,10 @@ class PostMedia extends BaseRepository
|
|||
return $attachments;
|
||||
}
|
||||
|
||||
$heights = [];
|
||||
$heights = [];
|
||||
$selected = '';
|
||||
$previews = [];
|
||||
$video = [];
|
||||
|
||||
foreach ($PostMedias as $PostMedia) {
|
||||
foreach ($links as $link) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue