aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-12-20 07:32:11 -0500
committerCash Costello <cash.costello@gmail.com>2011-12-20 07:32:11 -0500
commit5e5b3705a5ca7b66dfe386490c5570af88b49009 (patch)
tree09308f62504798bb996214855640eeae9c6bc515 /install
parentdfaa80f0a44afe6faed0212e61c3edef48afc64d (diff)
downloadelgg-5e5b3705a5ca7b66dfe386490c5570af88b49009.tar.gz
elgg-5e5b3705a5ca7b66dfe386490c5570af88b49009.tar.bz2
Fixes #4211 removes calendar library
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 367d23b4d..2070f15e9 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -780,7 +780,7 @@ class ElggInstaller {
'database.php', 'actions.php',
'admin.php', 'annotations.php',
- 'calendar.php', 'cron.php', 'entities.php',
+ 'cron.php', 'entities.php',
'extender.php', 'filestore.php', 'group.php',
'location.php', 'mb_wrapper.php',
'memcache.php', 'metadata.php', 'metastrings.php',
@@ -791,7 +791,7 @@ class ElggInstaller {
'sites.php', 'statistics.php', 'tags.php', 'user_settings.php',
'users.php', 'upgrade.php', 'web_services.php',
'widgets.php', 'xml.php', 'deprecated-1.7.php',
- 'deprecated-1.8.php',
+ 'deprecated-1.8.php', 'deprecated-1.9.php'
);
foreach ($lib_files as $file) {