[rt-commit] [svn] r637 - in rtfm/trunk: . lib/RT/FM
jesse at fsck.com
jesse at fsck.com
Tue Mar 30 10:03:46 EST 2004
Author: jesse
Date: Tue Mar 30 10:03:31 2004
New Revision: 637
Modified:
rtfm/trunk/ (props changed)
rtfm/trunk/lib/RT/FM/Article_Overlay.pm
Log:
----------------------------------------------------------------------
r1242 at tinbook: jesse | 2004-03-30T14:55:38.736346Z
Fixed a typo in article update code
----------------------------------------------------------------------
Modified: rtfm/trunk/lib/RT/FM/Article_Overlay.pm
==============================================================================
--- rtfm/trunk/lib/RT/FM/Article_Overlay.pm (original)
+++ rtfm/trunk/lib/RT/FM/Article_Overlay.pm Tue Mar 30 10:03:31 2004
@@ -1083,7 +1083,7 @@
#Load up the ObjectKeyword we\'re talking about
- my $values = RT::FM::ArticleCFValueCollection($self->CurrentUser);
+ my $values = RT::FM::ArticleCFValueCollection->new($self->CurrentUser);
$values->LimitToArticle($self->id);
$values->LimitToCustomField($self->id);
my $CFObjectValue = $values->HasEntryWithContent($args{'Content'});
More information about the Rt-commit
mailing list