From: Domovoy Date: Sun, 5 Aug 2012 13:35:12 +0000 (+0200) Subject: Preview was not working X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97285f48117839a3770e2074c70694589d0b8e64;p=friendica.git Preview was not working --- diff --git a/mod/item.php b/mod/item.php index d82d54cfff..fe7513de00 100644 --- a/mod/item.php +++ b/mod/item.php @@ -604,7 +604,7 @@ function item_post(&$a) { if($preview) { require_once('include/conversation.php'); - $o = conversation($a,array(array_merge($contact_record,$datarray)),'search'); + $o = conversation($a,array(array_merge($contact_record,$datarray)),'search', false); logger('preview: ' . $o); echo json_encode(array('preview' => $o)); killme();