]> git.mxchange.org Git - friendica.git/commitdiff
PHP Fatal error: Call-time pass-by-reference has been removed in mod/item.php on...
authorSimon L'nu <simon.lnu@gmail.com>
Wed, 14 Mar 2012 15:00:20 +0000 (11:00 -0400)
committerSimon L'nu <simon.lnu@gmail.com>
Wed, 14 Mar 2012 15:00:20 +0000 (11:00 -0400)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
mod/item.php

index 81d7c753b42484e1fe787b3829803a9159d2449d..6f31f917f2b246461c115e8cfcbe73cc71babac5 100755 (executable)
@@ -627,7 +627,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',false,true);
                logger('preview: ' . $o);
                echo json_encode(array('preview' => $o));
                killme();