[Rt-commit] rt branch, 4.0/update-doc-path-article-upgrade, created. rt-4.0.8rc1-15-g3cb96ef

Kevin Falcone falcone at bestpractical.com
Wed Oct 24 14:58:46 EDT 2012


The branch, 4.0/update-doc-path-article-upgrade has been created
        at  3cb96ef3deb55e536a09b4af19adad29a94e0856 (commit)

- Log -----------------------------------------------------------------
commit 3cb96ef3deb55e536a09b4af19adad29a94e0856
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Oct 24 14:57:46 2012 -0400

    Refer people to UPGRADING-4.0, not to the old UPGRADING file

diff --git a/etc/upgrade/3.9.8/content b/etc/upgrade/3.9.8/content
index d759db9..db717cd 100644
--- a/etc/upgrade/3.9.8/content
+++ b/etc/upgrade/3.9.8/content
@@ -19,6 +19,6 @@
     my $result = $dbh->selectall_arrayref("SELECT count(*) AS articlecount FROM FM_Articles", { Slice => {} } );
 
     if ($result->[0]{articlecount} > 0) {
-        $RT::Logger->error("You appear to have RTFM Articles.  You can upgrade using the etc/upgrade/upgrade-articles script.  Read more about it in UPGRADING");
+        $RT::Logger->error("You appear to have RTFM Articles.  You can upgrade using the etc/upgrade/upgrade-articles script.  Read more about it in docs/UPGRADING-4.0");
     }
 };

-----------------------------------------------------------------------


More information about the Rt-commit mailing list