summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index 16c04b8..b0aeb9f 100644
--- a/it_url.class
+++ b/it_url.class
@@ -688,7 +688,7 @@ static function get_cache($p = array())
}
# cache cleanup preferably at night
- if (time() - @filemtime($p['cachedir'] . "/cleaned") > (date('H') >= 1 && (date('H')*3600 + date('i')*60 < $p['cleanbefore'] ? 80000 : 2*80000)))
+ if (time() - @filemtime($p['cachedir'] . "/cleaned") > ((date('H') >= 1 && date('H')*3600 + date('i')*60 < $p['cleanbefore']) ? 80000 : 2*80000))
{
it::file_put($p['cachedir'] . "/cleaned", ""); # touch could have permission problems
$maxagemin = intval($p['maxage']/60);