]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
comment typo
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 29 Apr 2011 20:41:17 +0000 (20:41 +0000)
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 29 Apr 2011 20:41:17 +0000 (20:41 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@9054 36083f99-b078-4883-b0ff-0f9b5a30f544

upgrade.php

index eee26e7939905214343150797b6c84ab7badbe50..ab769f54210a463944105a2f1dce1977a8ee91f6 100644 (file)
@@ -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)) {