aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-14 14:34:52 -0700
committerfriendica <info@friendica.com>2012-03-14 14:34:52 -0700
commitdcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2 (patch)
treeaf12b1f1a8631dda4d74a1fa527e224379ae9dc4 /mod
parent9df67e5cfe18255957e0d20ef9440ba9afdaf0b6 (diff)
parent2dc527609e2f46dfeaa627833ccfbf2f9c0d7654 (diff)
downloadvolse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.tar.gz
volse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.tar.bz2
volse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.zip
Merge branch 'pull'
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();