aboutsummaryrefslogtreecommitdiff
path: root/upgrade.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-08 16:05:28 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-04-08 16:05:28 +0000
commit75868f14ba9fd4df6925d03bf614405413800f72 (patch)
tree0aa4e57b6fee5eaab9dc84b7c16389ba0c613177 /upgrade.php
parentf4829462077dff01b34343fee26b97500b2e5139 (diff)
downloadelgg-75868f14ba9fd4df6925d03bf614405413800f72.tar.gz
elgg-75868f14ba9fd4df6925d03bf614405413800f72.tar.bz2
Refs #968 & #946: Tidied filepath cache stuff by placing them in function calls.
git-svn-id: https://code.elgg.org/elgg/trunk@3194 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/upgrade.php b/upgrade.php
index 631ab1c67..ac4cb57ca 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -24,8 +24,7 @@
}
datalist_set('simplecache_lastupdate',0);
- $cache = elgg_get_filepath_cache();
- $cache->delete('view_paths');
+ elgg_filepath_cache_reset();
} else {
global $CONFIG;
echo elgg_view('settings/upgrading');