[Rt-commit] rt branch, 3.9-merge-rtfm, updated. rt-3.9.6-1063-geb17c37

Shawn Moore sartak at bestpractical.com
Thu Dec 2 21:23:55 EST 2010


The branch, 3.9-merge-rtfm has been updated
       via  eb17c3726fc62923319cefd0f8b5f7914f95299c (commit)
      from  fe04788bf0e2014eb29cccb047327207c6ae0064 (commit)

Summary of changes:
 lib/RT/URI.pm   |    2 +-
 lib/RT/URI/a.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit eb17c3726fc62923319cefd0f8b5f7914f95299c
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 2 21:23:28 2010 -0500

    Use RT::Article instead of RT::FM::Article

diff --git a/lib/RT/URI.pm b/lib/RT/URI.pm
index bd97999..1e7ce40 100755
--- a/lib/RT/URI.pm
+++ b/lib/RT/URI.pm
@@ -95,7 +95,7 @@ sub new {
 
 =head2 FromObject <Object>
 
-Given a local object, such as an RT::Ticket or an RT::FM::Article, this routine will return a URI for
+Given a local object, such as an RT::Ticket or an RT::Article, this routine will return a URI for
 the local object
 
 =cut
diff --git a/lib/RT/URI/a.pm b/lib/RT/URI/a.pm
index 08b3316..9e24c57 100644
--- a/lib/RT/URI/a.pm
+++ b/lib/RT/URI/a.pm
@@ -50,7 +50,7 @@ package RT::URI::a;
 use strict;
 use warnings;
 
-use RT::FM::Article;
+use RT::Article;
 use base qw/RT::URI::fsck_com_article/;
 
 my $scheme = "a";

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


More information about the Rt-commit mailing list