aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-14 12:39:15 -0800
committerfriendica <info@friendica.com>2014-02-14 12:39:15 -0800
commiteadf5121d0f047ea297b04ce40ac51a9aa3d18dc (patch)
tree385b0836463418643fc9d5b1d16b24ae3dab9560 /mod/item.php
parent064962ff82701d9d415a351a91354a0cdf949bd5 (diff)
downloadvolse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.tar.gz
volse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.tar.bz2
volse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.zip
rev update and a minor fix (missing param) to force_refresh
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 173198f4a..48f85f692 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);