aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rwxr-xr-xmod/oexchange.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/oexchange.php b/mod/oexchange.php
index 72d2bcb9e..bbb436e70 100755
--- a/mod/oexchange.php
+++ b/mod/oexchange.php
@@ -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);