]> git.mxchange.org Git - friendica.git/commitdiff
Preview was not working
authorDomovoy <domovoy@errlock.org>
Sun, 5 Aug 2012 13:35:12 +0000 (15:35 +0200)
committerDomovoy <domovoy@errlock.org>
Sun, 5 Aug 2012 13:35:12 +0000 (15:35 +0200)
mod/item.php

index d82d54cfff08fa77d63e296e9db138c4815d5ada..fe7513de0050c4eeb2c89513f577e896039c86bc 100644 (file)
@@ -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();