Merge pull request #37 from abinoam/oex

Oexchange Small Fix
This commit is contained in:
Abinoam P. Marques Jr. 2012-02-16 04:53:37 -08:00
commit 7b59ad6148
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);