mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
populate wall element
This commit is contained in:
parent
82986cc993
commit
887a8add2d
3 changed files with 12 additions and 3 deletions
|
@ -306,6 +306,7 @@ function post_remote($a,$arr) {
|
|||
|
||||
if(! x($arr,'type'))
|
||||
$arr['type'] = 'remote';
|
||||
$arr['wall'] = ((intval($arr['wall'])) ? 1 : 0);
|
||||
$arr['uri'] = notags(trim($arr['uri']));
|
||||
$arr['author-name'] = notags(trim($arr['author-name']));
|
||||
$arr['author-link'] = notags(trim($arr['author-link']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue