[Rt-commit] r16262 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Oct 9 15:21:17 EDT 2008
Author: sartak
Date: Thu Oct 9 15:21:17 2008
New Revision: 16262
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/lib/RT/Interface/REST.pm
Log:
r73668 at onn: sartak | 2008-10-09 15:20:42 -0400
Fix for CF matching in the REST interface by tonylambiris at gmail.com [rt.fsck.com #12593]
Modified: rt/3.8/trunk/lib/RT/Interface/REST.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Interface/REST.pm (original)
+++ rt/3.8/trunk/lib/RT/Interface/REST.pm Thu Oct 9 15:21:17 2008
@@ -173,7 +173,7 @@
$state = 1;
}
- elsif ($line !~ /^#/) {
+ elsif ($line =~ /^#/) {
# We've found a syntax error, so we'll reconstruct the
# form parsed thus far, and add an error marker. (>>)
$state = -1;
More information about the Rt-commit
mailing list