Preview was not working
This commit is contained in:
parent
dac88fce56
commit
97285f4811
|
@ -604,7 +604,7 @@ function item_post(&$a) {
|
||||||
|
|
||||||
if($preview) {
|
if($preview) {
|
||||||
require_once('include/conversation.php');
|
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);
|
logger('preview: ' . $o);
|
||||||
echo json_encode(array('preview' => $o));
|
echo json_encode(array('preview' => $o));
|
||||||
killme();
|
killme();
|
||||||
|
|
Loading…
Reference in a new issue