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:
parent
0865d0ef51
commit
521d404013
@ -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':
|
||||
|
Reference in New Issue
Block a user