diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:16:53 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-21 12:16:53 -0500 |
commit | 3874c13a404dafd526d7e34ca660239dc34dd300 (patch) | |
tree | 98c9ca49fac6b640ce7b9b3fcfbb22855807af8d /upgrade.php | |
parent | a2cfbdeb100324090ffe19d58aeb71c2def83ac8 (diff) | |
download | elgg-3874c13a404dafd526d7e34ca660239dc34dd300.tar.gz elgg-3874c13a404dafd526d7e34ca660239dc34dd300.tar.bz2 |
switched the function names to system cache
Diffstat (limited to 'upgrade.php')
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index ab769f542..3081f7a77 100644 --- a/upgrade.php +++ b/upgrade.php @@ -25,7 +25,7 @@ if (get_input('upgrade') == 'upgrade') { } elgg_trigger_event('upgrade', 'system', null); elgg_invalidate_simplecache(); - elgg_filepath_cache_reset(); + elgg_reset_system_cache(); } else { // if upgrading from < 1.8.0, check for the core view 'welcome' and bail if it's found. // see http://trac.elgg.org/ticket/3064 |