[Rt-commit] r6041 - rt/branches/3.6-RELEASE/html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Tue Sep 26 18:23:06 EDT 2006
Author: ruz
Date: Tue Sep 26 18:23:05 2006
New Revision: 6041
Modified:
rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
Log:
* fix merge bug
Modified: rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields (original)
+++ rt/branches/3.6-RELEASE/html/Elements/ShowCustomFields Tue Sep 26 18:23:05 2006
@@ -80,7 +80,7 @@
$m->comp('/Elements/Callback',
_CallbackName => 'ShowComponentName',
Name => \$comp,
- CustomField => $CustomField,
+ CustomField => $cf,
Object => $Object
);
if ( $m->comp_exists( $comp ) ) {
More information about the Rt-commit
mailing list