RT notifier: parse templates without header correctly
[openxpki.git] / trunk / clients / perl / OpenXPKI-Client-HTML-Mason / htdocs / lib / send_service_msg.mhtml
blob476ae512d71f034ad95e69476d257a32eaaef700
1 <%args>
2   $command
3   $params
4 </%args
5 <%init>
6   my $session_context = $m->comp('/lib/getsession.mhtml', %ARGS);
7   $context{debug}("---> service command: $command, params:" . Dumper $params);
8   $session_context->{client}->send_service_msg($command, $params);
9   $context{debug}("Message sent");
10 </%init>