Threaded items in every page concerned. Some code cleanup.
This commit is contained in:
parent
cc6e6e53be
commit
ea7db7b7a8
6 changed files with 18 additions and 386 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue