aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-09 12:48:09 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-09 12:48:09 +0000
commit5922ff3285e68dbdf7dac444a31915621f9e2e5f (patch)
tree4e6bd00dc7581b1f6380f0bed00681a975beecad /install
parent94d316ea1f20fbca680641cc846c9ead979e7017 (diff)
downloadelgg-5922ff3285e68dbdf7dac444a31915621f9e2e5f.tar.gz
elgg-5922ff3285e68dbdf7dac444a31915621f9e2e5f.tar.bz2
Refs #3241 upgrade.php is a much better name for the upgrade library
git-svn-id: http://code.elgg.org/elgg/trunk@8962 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 6e946f0d0..1bf4808ef 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -732,7 +732,7 @@ class ElggInstaller {
'pageowner.php', 'pam.php', 'plugins.php',
'private_settings.php', 'relationships.php', 'river.php',
'sites.php', 'statistics.php', 'tags.php', 'user_settings.php',
- 'users.php', 'version.php', 'web_services.php',
+ 'users.php', 'upgrade.php', 'web_services.php',
'widgets.php', 'xml.php', 'xml-rpc.php', 'deprecated-1.7.php',
'deprecated-1.8.php',
);