aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zotfeed.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-24 16:34:52 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-24 16:34:52 -0700
commit5f3edabd4529471b2ab33532ad38bbd65758b0cd (patch)
treee5d4e905df3bd9e689e2d752d589c0abce7df42b /mod/zotfeed.php
parent86588bdd6cf765d2f334168da5e056923c440aba (diff)
parent364a3cb9725949a786cc3ea96c514e37acfbd547 (diff)
downloadvolse-hubzilla-5f3edabd4529471b2ab33532ad38bbd65758b0cd.tar.gz
volse-hubzilla-5f3edabd4529471b2ab33532ad38bbd65758b0cd.tar.bz2
volse-hubzilla-5f3edabd4529471b2ab33532ad38bbd65758b0cd.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: doc/de/features.bb view/de/messages.po view/de/strings.php
Diffstat (limited to 'mod/zotfeed.php')
-rw-r--r--mod/zotfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/zotfeed.php b/mod/zotfeed.php
index b2f2e0465..fffb0e4ab 100644
--- a/mod/zotfeed.php
+++ b/mod/zotfeed.php
@@ -9,7 +9,7 @@ function zotfeed_init(&$a) {
$mindate = (($_REQUEST['mindate']) ? datetime_convert('UTC','UTC',$_REQUEST['mindate']) : '');
if(! $mindate)
- $mindate = datetime_convert('UTC','UTC', 'now - 4 days');
+ $mindate = datetime_convert('UTC','UTC', 'now - 14 days');
if(get_config('system','block_public') && (! get_account_id()) && (! remote_channel())) {
$result['message'] = 'Public access denied';
@@ -29,7 +29,7 @@ function zotfeed_init(&$a) {
$x = get_sys_channel();
if($x)
$r = array($x);
- $mindate = datetime_convert('UTC','UTC', 'now - 2 days');
+ $mindate = datetime_convert('UTC','UTC', 'now - 14 days');
}
if(! $r) {
$result['message'] = 'Channel not found.';