aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-15 13:57:00 -0800
committerfriendica <info@friendica.com>2012-01-15 13:57:00 -0800
commite12341b71654d26aa17101229176d5aa8b67a001 (patch)
tree7749896d0b002caddfdb7bf54d91cba59fe117f9 /mod/item.php
parenta1dc3185be63f174b53692e6a79492717c561c76 (diff)
downloadvolse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.gz
volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.tar.bz2
volse-hubzilla-e12341b71654d26aa17101229176d5aa8b67a001.zip
api post broken with recent change to use REQUEST vars in mod_item
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index b5db29db0..f7eb0961c 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -38,7 +38,7 @@ function item_post(&$a) {
call_hooks('post_local_start', $_REQUEST);
// logger('postinput ' . file_get_contents('php://input'));
- logger('postvars' . print_r($_REQUEST,true), LOGGER_DATA);
+ logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
$api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false);
$return_path = ((x($_REQUEST,'return')) ? $_REQUEST['return'] : '');