aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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']));