From 887a8add2d927111c51167ef8b9700d03fe69e91 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 9 Sep 2010 19:14:42 -0700 Subject: populate wall element --- include/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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'])); -- cgit v1.2.3