aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-16 15:16:04 -0800
committerfriendica <info@friendica.com>2012-02-16 15:16:04 -0800
commit6f6d4471d817be7687a8ba9853c6757bd41be743 (patch)
tree4310e8c32d300aea6905ce7df1a23bd0fb6885cd /mod
parent7dcef67492f713afcf4e3a9e5949f01416a6bcff (diff)
parent7b59ad614801920bf7544f004e96b8f24f25a700 (diff)
downloadvolse-hubzilla-6f6d4471d817be7687a8ba9853c6757bd41be743.tar.gz
volse-hubzilla-6f6d4471d817be7687a8ba9853c6757bd41be743.tar.bz2
volse-hubzilla-6f6d4471d817be7687a8ba9853c6757bd41be743.zip
Merge branch 'pull'
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);