populate wall element

This commit is contained in:
Mike Macgirvin 2010-09-09 19:14:42 -07:00
parent 82986cc993
commit 887a8add2d
3 changed files with 12 additions and 3 deletions

View file

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