[Rt-commit] r13697 - rt/branches/3.999-DANGEROUS/bin
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jun 30 16:32:07 EDT 2008
Author: sunnavy
Date: Mon Jun 30 16:31:55 2008
New Revision: 13697
Modified:
rt/branches/3.999-DANGEROUS/bin/standalone_httpd
Log:
tiny fix
Modified: rt/branches/3.999-DANGEROUS/bin/standalone_httpd
==============================================================================
--- rt/branches/3.999-DANGEROUS/bin/standalone_httpd (original)
+++ rt/branches/3.999-DANGEROUS/bin/standalone_httpd Mon Jun 30 16:31:55 2008
@@ -56,7 +56,7 @@
if (RT->config->get('DevelMode')) { require Module::Refresh; }
}
-RT::Init();
+RT::init();
my $port = shift @ARGV || RT->config->get('WebPort') || '8080';
use RT::Interface::Web::Standalone;
More information about the Rt-commit
mailing list