From 521d404013bd677f26e1343a8612631f49ac2fca Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 17 Apr 2016 16:37:44 -0700 Subject: remove the date hack on public feeds which was a temporary fix for an issue limiting the number of posts returned and no longer needed. --- include/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/items.php') diff --git a/include/items.php b/include/items.php index 95822c0ba..fde7ca9a2 100755 --- a/include/items.php +++ b/include/items.php @@ -555,8 +555,8 @@ function get_public_feed($channel, $params) { // put a sane lower limit on feed requests if not specified - if($params['begin'] === NULL_DATE) - $params['begin'] = datetime_convert('UTC','UTC','now - 1 month'); +// if($params['begin'] === NULL_DATE) +// $params['begin'] = datetime_convert('UTC','UTC','now - 1 month'); switch($params['type']) { case 'json': -- cgit v1.2.3