mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +00:00
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['type'] = 'wall';
|
||||
|
||||
$_POST = $post;
|
||||
$_REQUEST = $post;
|
||||
require_once('mod/item.php');
|
||||
item_post($a);
|
||||
|
||||
|
|
Loading…
Reference in a new issue