aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acm/acm_file.php')
-rw-r--r--phpBB/includes/acm/acm_file.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/acm/acm_file.php b/phpBB/includes/acm/acm_file.php
index da04c881d1..ecd1c43acc 100644
--- a/phpBB/includes/acm/acm_file.php
+++ b/phpBB/includes/acm/acm_file.php
@@ -104,6 +104,8 @@ class acm
}
}
}
+
+ set_config('cache_last_gc', time(), true);
}
function get($var_name)
@@ -299,4 +301,5 @@ class acm
return array_shift($this->sql_rowset[$query_id]);
}
}
+
?> \ No newline at end of file