From eadf5121d0f047ea297b04ce40ac51a9aa3d18dc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 14 Feb 2014 12:39:15 -0800 Subject: rev update and a minor fix (missing param) to force_refresh --- mod/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/item.php') 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); -- cgit v1.2.3