[Rt-commit] r3354 - in rt/branches/3.5-TESTING: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jul 3 18:56:50 EDT 2005
Author: jesse
Date: Sun Jul 3 18:56:50 2005
New Revision: 3354
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
Log:
r22208 at hualien: jesse | 2005-07-03 18:23:15 -0400
r22132 at hualien: jesse | 2005-07-03 17:47:37 -0400
r20726 at hualien: jesse | 2005-06-16 12:43:06 -0400
r20706 at hualien: jesse | 2005-06-16 12:12:07 -0400
Modified: rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm
==============================================================================
--- rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm (original)
+++ rt/branches/3.5-TESTING/lib/RT/ScripAction_Overlay.pm Sun Jul 3 18:56:50 2005
@@ -117,6 +117,15 @@
# }}}
# {{{ sub Load
+
+=head2 Load IDENTIFIER
+
+Loads an action by its Name.
+
+Returns: Id, Error Message
+
+= cut
+
sub Load {
my $self = shift;
my $identifier = shift;
@@ -139,7 +148,7 @@
$self->{'Template'} = $template;
}
- return ($self->loc('[_1] ScripAction loaded', $self->Id));
+ return ($self->Id, ($self->loc('[_1] ScripAction loaded', $self->Id)));
}
# }}}
More information about the Rt-commit
mailing list