aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-09 19:14:42 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-09 19:14:42 -0700
commit887a8add2d927111c51167ef8b9700d03fe69e91 (patch)
treeb3ec4cff5ec2b72f457de8c250dc9abe4147d500 /include
parent82986cc993133dbe7b9bbc966539ae188b070215 (diff)
downloadvolse-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.php1
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']));