From a0ef893101ec5db3901ad9140cf02c719218f319 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 29 Apr 2011 20:41:17 +0000 Subject: comment typo git-svn-id: http://code.elgg.org/elgg/trunk@9054 36083f99-b078-4883-b0ff-0f9b5a30f544 --- upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.3