[Rt-commit] [svn] r1214 - in rt: . branches/rt-3.1/bin
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Mon Jul 12 21:35:23 EDT 2004
Author: autrijus
Date: Mon Jul 12 21:35:23 2004
New Revision: 1214
Modified:
rt/ (props changed)
rt/branches/rt-3.1/bin/webmux.pl.in
Log:
----------------------------------------------------------------------
r6007 at not: autrijus | 2004-07-13T01:35:37.162027Z
* Oops, forgot to load the Handler module.
----------------------------------------------------------------------
Modified: rt/branches/rt-3.1/bin/webmux.pl.in
==============================================================================
--- rt/branches/rt-3.1/bin/webmux.pl.in (original)
+++ rt/branches/rt-3.1/bin/webmux.pl.in Mon Jul 12 21:35:23 2004
@@ -86,6 +86,7 @@
use Text::Quoted;
}
+use RT::Interface::Web::Handler;
$Handler = RT::Interface::Web::Handler->new(@RT::MasonParameters);
sub handler {
More information about the Rt-commit
mailing list