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.

This commit is contained in:
redmatrix 2016-04-17 16:37:44 -07:00
parent 0865d0ef51
commit 521d404013

View File

@ -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':