aboutsummaryrefslogtreecommitdiff
path: root/upgrade.php
diff options
context:
space:
mode:
authorSteve Clay <steve@mrclay.org>2013-10-24 12:51:02 -0700
committerSteve Clay <steve@mrclay.org>2013-10-24 12:51:02 -0700
commit49914c591d5fda5f78ead1d948f172a73c4749a9 (patch)
tree093170227f2c824987627ce41dbb43c65a503e71 /upgrade.php
parentb228d4a9eb98a98997bec1616044dba49fd00b44 (diff)
parent0deb80da1e82af55bf8d7500d09b36225ddd7927 (diff)
downloadelgg-49914c591d5fda5f78ead1d948f172a73c4749a9.tar.gz
elgg-49914c591d5fda5f78ead1d948f172a73c4749a9.tar.bz2
Merge pull request #6174 from jeabakker/6172-replace-references-to-trac-elgg-org
replace all references to trac.elgg.org to the correct GitHub URLs
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 c5f158c61..d07b2a1da 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -46,7 +46,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
+ // see https://github.com/elgg/elgg/issues/3064
// we're not checking the view itself because it's likely themes will override this view.
// we're only concerned with core files.
$welcome = dirname(__FILE__) . '/views/default/welcome.php';