diff options
author | friendica <info@friendica.com> | 2012-03-14 14:34:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-14 14:34:52 -0700 |
commit | dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2 (patch) | |
tree | af12b1f1a8631dda4d74a1fa527e224379ae9dc4 /mod | |
parent | 9df67e5cfe18255957e0d20ef9440ba9afdaf0b6 (diff) | |
parent | 2dc527609e2f46dfeaa627833ccfbf2f9c0d7654 (diff) | |
download | volse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.tar.gz volse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.tar.bz2 volse-hubzilla-dcdfa96a1f2cd7193f33d9319fbb8cea2b6624d2.zip |
Merge branch '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(); |