Threaded items in every page concerned. Some code cleanup.
This commit is contained in:
+1
-1
@@ -601,7 +601,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');
|
||||
logger('preview: ' . $o);
|
||||
echo json_encode(array('preview' => $o));
|
||||
killme();
|
||||
|
||||
Reference in New Issue
Block a user