]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Merge develop into 3011_hcard_vcard
[friendica.git] / mod / oexchange.php
old mode 100755 (executable)
new mode 100644 (file)
index 72d2bcb..bbb436e
@@ -49,7 +49,7 @@ function oexchange_content(&$a) {
        $post['body'] = html2bbcode($s);
        $post['type'] = 'wall';
 
-       $_POST = $post;
+       $_REQUEST = $post;
        require_once('mod/item.php');
        item_post($a);