aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-14 16:29:22 +0100
committerzottel <github@zottel.net>2012-03-14 16:29:22 +0100
commit2481758886774a3cd17deb0a04596beec9a54f34 (patch)
treeaf12b1f1a8631dda4d74a1fa527e224379ae9dc4 /mod
parent9df67e5cfe18255957e0d20ef9440ba9afdaf0b6 (diff)
parentc95deb48398a23de68a3d438b5fffeaea3f3fa01 (diff)
downloadvolse-hubzilla-2481758886774a3cd17deb0a04596beec9a54f34.tar.gz
volse-hubzilla-2481758886774a3cd17deb0a04596beec9a54f34.tar.bz2
volse-hubzilla-2481758886774a3cd17deb0a04596beec9a54f34.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod')
-rwxr-xr-xmod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index 81d7c753b..6f31f917f 100755
--- a/mod/item.php
+++ b/mod/item.php
@@ -627,7 +627,7 @@ function item_post(&$a) {
if($preview) {
require_once('include/conversation.php');
- $o = conversation(&$a,array(array_merge($contact_record,$datarray)),'search',false,true);
+ $o = conversation($a,array(array_merge($contact_record,$datarray)),'search',false,true);
logger('preview: ' . $o);
echo json_encode(array('preview' => $o));
killme();