[Rt-commit] r12942 - in rt/branches/3.8-TESTING: lib/RT/Interface
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jun 5 17:14:45 EDT 2008
Author: sartak
Date: Thu Jun 5 17:14:44 2008
New Revision: 12942
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm
Log:
r61729 at onn: sartak | 2008-06-05 17:12:36 -0400
Typo fix
Modified: rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Interface/Web.pm Thu Jun 5 17:14:44 2008
@@ -1417,7 +1417,7 @@
if ref( $ARGSRef->{ $Record->Id . "-$linktype" } );
for my $luri ( split ( / /, $ARGSRef->{ $Record->Id . "-$linktype" } ) ) {
- next unless $uri;
+ next unless $luri;
$luri =~ s/\s*$//; # Strip trailing whitespace
my ( $val, $msg ) = $Record->AddLink( Target => $luri,
Type => $linktype );
More information about the Rt-commit
mailing list