aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-14 14:34:48 -0700
committerfriendica <info@friendica.com>2012-03-14 14:34:48 -0700
commit2dc527609e2f46dfeaa627833ccfbf2f9c0d7654 (patch)
tree51f4a10ad3e753a11ebd81282bafbc6a843b5133 /mod
parentfb77bfa648c3dd06d1b3f343f5ad98f32a7ce313 (diff)
parentc95deb48398a23de68a3d438b5fffeaea3f3fa01 (diff)
downloadvolse-hubzilla-2dc527609e2f46dfeaa627833ccfbf2f9c0d7654.tar.gz
volse-hubzilla-2dc527609e2f46dfeaa627833ccfbf2f9c0d7654.tar.bz2
volse-hubzilla-2dc527609e2f46dfeaa627833ccfbf2f9c0d7654.zip
Merge https://github.com/friendica/friendica into 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();