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
|
// put a sane lower limit on feed requests if not specified
|
||||||
|
|
||||||
if($params['begin'] === NULL_DATE)
|
// if($params['begin'] === NULL_DATE)
|
||||||
$params['begin'] = datetime_convert('UTC','UTC','now - 1 month');
|
// $params['begin'] = datetime_convert('UTC','UTC','now - 1 month');
|
||||||
|
|
||||||
switch($params['type']) {
|
switch($params['type']) {
|
||||||
case 'json':
|
case 'json':
|
||||||
|
Reference in New Issue
Block a user