[Rt-commit] [svn] r1256 - rt/branches/3.2-RELEASE/bin
alexmv at pallas.eruditorum.org
alexmv at pallas.eruditorum.org
Thu Jul 15 17:18:44 EDT 2004
Author: alexmv
Date: Thu Jul 15 17:18:42 2004
New Revision: 1256
Modified:
rt/branches/3.2-RELEASE/bin/standalone_httpd.in
Log:
* Handlers are in RT::Interface::Web::Handler now
Modified: rt/branches/3.2-RELEASE/bin/standalone_httpd.in
==============================================================================
--- rt/branches/3.2-RELEASE/bin/standalone_httpd.in (original)
+++ rt/branches/3.2-RELEASE/bin/standalone_httpd.in Thu Jul 15 17:18:42 2004
@@ -12,7 +12,7 @@
my $port = shift || '8080';
if ( @RT::MasonParameters) {} # Shut up the warnings;
-my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters);
+my $h = &RT::Interface::Web::Handler::NewCGIHandler(@RT::MasonParameters);
main_loop($port);
More information about the Rt-commit
mailing list