diff options
author | redmatrix <git@macgirvin.com> | 2016-04-17 16:37:44 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-17 16:37:44 -0700 |
commit | 521d404013bd677f26e1343a8612631f49ac2fca (patch) | |
tree | 5fa91bdb45363fc091682e1da0bb1fc317ca6201 /include/items.php | |
parent | 0865d0ef51363764e3a40ba1f146b0cbae70f299 (diff) | |
download | volse-hubzilla-521d404013bd677f26e1343a8612631f49ac2fca.tar.gz volse-hubzilla-521d404013bd677f26e1343a8612631f49ac2fca.tar.bz2 volse-hubzilla-521d404013bd677f26e1343a8612631f49ac2fca.zip |
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.
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
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': |