aboutsummaryrefslogtreecommitdiff
path: root/actions/admin/site/flush_cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/admin/site/flush_cache.php')
-rw-r--r--actions/admin/site/flush_cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/admin/site/flush_cache.php b/actions/admin/site/flush_cache.php
index b81f5fc83..ebb8296c7 100644
--- a/actions/admin/site/flush_cache.php
+++ b/actions/admin/site/flush_cache.php
@@ -4,7 +4,7 @@
*/
elgg_invalidate_simplecache();
-elgg_filepath_cache_reset();
+elgg_reset_system_cache();
system_message(elgg_echo('admin:cache:flushed'));
forward(REFERER); \ No newline at end of file