diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-29 20:41:17 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-29 20:41:17 +0000 |
commit | a0ef893101ec5db3901ad9140cf02c719218f319 (patch) | |
tree | 7b1714861c414102ecfe75dcf9e9adee04e74305 | |
parent | b86a6bd9818fba2edafaacfb25f6cdce17c0efc5 (diff) | |
download | elgg-a0ef893101ec5db3901ad9140cf02c719218f319.tar.gz elgg-a0ef893101ec5db3901ad9140cf02c719218f319.tar.bz2 |
comment typo
git-svn-id: http://code.elgg.org/elgg/trunk@9054 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index eee26e793..ab769f542 100644 --- a/upgrade.php +++ b/upgrade.php @@ -29,7 +29,7 @@ if (get_input('upgrade') == 'upgrade') { } 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 - // we're checking the exact view location because it's likely themes will have this view. + // we're not checking the exact view location because it's likely themes will have this view. // we're only concerned with core. $welcome = dirname(__FILE__) . '/views/default/welcome.php'; if (file_exists($welcome)) { |