diff options
author | friendica <info@friendica.com> | 2012-03-14 14:34:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-14 14:34:48 -0700 |
commit | 2dc527609e2f46dfeaa627833ccfbf2f9c0d7654 (patch) | |
tree | 51f4a10ad3e753a11ebd81282bafbc6a843b5133 /mod | |
parent | fb77bfa648c3dd06d1b3f343f5ad98f32a7ce313 (diff) | |
parent | c95deb48398a23de68a3d438b5fffeaea3f3fa01 (diff) | |
download | volse-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-x | mod/item.php | 2 |
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(); |