oexchange small fix [_POST -> _REQUEST]

This commit is contained in:
Abinoam P. Marques Jr 2012-02-16 02:52:35 -08:00
parent 1b445d511b
commit 4ac001663e
1 changed files with 1 additions and 1 deletions

View File

@ -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);