This commit is contained in:
friendica
2015-02-12 19:22:07 -08:00
parent 084ca3f4a1
commit 4b513d3322
2 changed files with 5 additions and 3 deletions

View File

@@ -740,7 +740,7 @@ function item_post(&$a) {
$datarray['author'] = $observer;
$datarray['attach'] = json_encode($datarray['attach']);
$o = conversation($a,array($datarray),'search',false,'preview');
logger('preview: ' . $o, LOGGER_DEBUG);
// logger('preview: ' . $o, LOGGER_DEBUG);
echo json_encode(array('preview' => $o));
killme();
}