diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 19:14:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 19:14:42 -0700 |
commit | 887a8add2d927111c51167ef8b9700d03fe69e91 (patch) | |
tree | b3ec4cff5ec2b72f457de8c250dc9abe4147d500 /include | |
parent | 82986cc993133dbe7b9bbc966539ae188b070215 (diff) | |
download | volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.tar.gz volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.tar.bz2 volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.zip |
populate wall element
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 45116a3bd..acb9f6a06 100644 --- a/include/items.php +++ b/include/items.php @@ -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'])); |