aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-27 12:33:01 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-27 12:33:01 +0100
commit3e7ab8e113bfbe07a5bbac8f84cbfc73136e3b22 (patch)
tree8aa8c20b832e8215ad826607af1edbf4517c1ec3
parent53fca8a248033cafcff2015598cdb32d806cf16c (diff)
parentdc53573975361075c62cd7f9721bac2e8eff8ea8 (diff)
downloadvolse-hubzilla-3e7ab8e113bfbe07a5bbac8f84cbfc73136e3b22.tar.gz
volse-hubzilla-3e7ab8e113bfbe07a5bbac8f84cbfc73136e3b22.tar.bz2
volse-hubzilla-3e7ab8e113bfbe07a5bbac8f84cbfc73136e3b22.zip
Merge remote-tracking branch 'mike/master' into dev
-rwxr-xr-xinclude/items.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index baf11ac69..e4727e19e 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4756,6 +4756,9 @@ function copy_of_pubitem($channel,$mid) {
unset($rv['parent']);
$rv['aid'] = $channel['channel_account_id'];
$rv['uid'] = $channel['channel_id'];
+ $rv['item_wall'] = 0;
+ $rv['item_origin'] = 0;
+
$x = item_store($rv);
if($x['item_id'] && $x['item']['mid'] === $mid) {
$result = $x['item'];