[Rt-commit] r2827 - rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/Interface

autrijus at bestpractical.com autrijus at bestpractical.com
Tue May 3 08:40:27 EDT 2005


Author: autrijus
Date: Tue May  3 08:40:26 2005
New Revision: 2827

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/Interface/Web.pm
Log:
* RT BUG: calling ->Name from a string.

Modified: rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/Interface/Web.pm	Tue May  3 08:40:26 2005
@@ -1252,7 +1252,7 @@
 		    }
 		}
 		    else {
-			push ( @results, loc("User asked for an unknown update type for custom field [_1] for [_2] object #[_3]", $cf->Name, $class, $Object->id ) );
+			push ( @results, loc("User asked for an unknown update type for custom field [_1] for [_2] object #[_3]", $CustomFieldObj->Name, $class, $Object->id ) );
 		    }
 		}
 	    }


More information about the Rt-commit mailing list