aboutsummaryrefslogtreecommitdiff
path: root/upgrade.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-29 20:41:17 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-29 20:41:17 +0000
commita0ef893101ec5db3901ad9140cf02c719218f319 (patch)
tree7b1714861c414102ecfe75dcf9e9adee04e74305 /upgrade.php
parentb86a6bd9818fba2edafaacfb25f6cdce17c0efc5 (diff)
downloadelgg-a0ef893101ec5db3901ad9140cf02c719218f319.tar.gz
elgg-a0ef893101ec5db3901ad9140cf02c719218f319.tar.bz2
comment typo
git-svn-id: http://code.elgg.org/elgg/trunk@9054 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php2
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)) {