diff options
author | zottel <github@zottel.net> | 2014-02-15 00:52:25 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-02-15 00:52:25 +0100 |
commit | 54727d3a66df92596378ea7f5c412d5e6037b037 (patch) | |
tree | 9b455bd32a2b5a2c3aaa1c243f8972ff4bcf96e8 /mod/item.php | |
parent | 7a6fcd9ea42ffc5877721589d315d3dbd71560ff (diff) | |
parent | d9e4f634665ec4da69b5af230f45f2a0e9688a1b (diff) | |
download | volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.tar.gz volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.tar.bz2 volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 54c9f128a..fef9bfb6d 100644 --- a/mod/item.php +++ b/mod/item.php @@ -44,7 +44,7 @@ function item_post(&$a) { call_hooks('post_local_start', $_REQUEST); - // 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); |