[Rt-commit] rt branch, 3.9-merge-rtfm, updated. rt-3.9.6-1068-gbcaa235

Shawn Moore sartak at bestpractical.com
Thu Dec 2 21:33:19 EST 2010


The branch, 3.9-merge-rtfm has been updated
       via  bcaa2359e4f230c7015dfdf9d0baa299eeea6684 (commit)
      from  bd69a401003ca60bf069719e0eb1c1fd9649bf78 (commit)

Summary of changes:
 share/html/Articles/Elements/GotoArticle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit bcaa2359e4f230c7015dfdf9d0baa299eeea6684
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Dec 2 21:33:13 2010 -0500

    TopicCollection -> Topics

diff --git a/share/html/Articles/Elements/GotoArticle b/share/html/Articles/Elements/GotoArticle
index 2ec0ef9..ccf9dd8 100644
--- a/share/html/Articles/Elements/GotoArticle
+++ b/share/html/Articles/Elements/GotoArticle
@@ -54,7 +54,7 @@
 <option value="<% $topic %>">in this topic</option>
 % }
 % if ($class) {
-% my $Topics = RT::FM::TopicCollection->new($session{'CurrentUser'});
+% my $Topics = RT::FM::Topics->new($session{'CurrentUser'});
 % $Topics->Limit(FIELD => 'ObjectType', VALUE => 'RT::FM::Class');
 % $Topics->Limit(FIELD => 'ObjectId',   VALUE => $class);
 % my @topics;

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


More information about the Rt-commit mailing list