diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-06 20:05:53 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-06 20:05:53 -0700 |
commit | 69ab6639b2b730e95da93e5049c2ca8c3b75c67b (patch) | |
tree | 6210a93e3b963ed3e9b1158b5689a5c15351470b | |
parent | e442fe753e7740be82485d4ab50d0adfb489ea4d (diff) | |
parent | b347e1d86148940bc164c4859d3e77ee6f2fb113 (diff) | |
download | volse-hubzilla-69ab6639b2b730e95da93e5049c2ca8c3b75c67b.tar.gz volse-hubzilla-69ab6639b2b730e95da93e5049c2ca8c3b75c67b.tar.bz2 volse-hubzilla-69ab6639b2b730e95da93e5049c2ca8c3b75c67b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 1a4f6534b..8afed1c3c 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3595,7 +3595,7 @@ function import_author_zot($x) { dbesc($x['guid_sig']) ); - if($r1 && $r2) { + if($r1 && $r2 && $r1[0]['hubloc_updated'] > datetime_convert('UTC','UTC','now - 1 week')) { logger('in cache', LOGGER_DEBUG); return $hash; } |