oexchange small fix [_POST -> _REQUEST]
This commit is contained in:
parent
1b445d511b
commit
4ac001663e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function oexchange_content(&$a) {
|
||||||
$post['body'] = html2bbcode($s);
|
$post['body'] = html2bbcode($s);
|
||||||
$post['type'] = 'wall';
|
$post['type'] = 'wall';
|
||||||
|
|
||||||
$_POST = $post;
|
$_REQUEST = $post;
|
||||||
require_once('mod/item.php');
|
require_once('mod/item.php');
|
||||||
item_post($a);
|
item_post($a);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue