[Rt-commit] r10531 - rt/branches/3.999-DANGEROUS/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Mon Jan 28 16:00:08 EST 2008
Author: ruz
Date: Mon Jan 28 16:00:05 2008
New Revision: 10531
Modified:
rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm
Log:
* switch to lower
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm Mon Jan 28 16:00:05 2008
@@ -13,7 +13,7 @@
RT::I18N->init();
before qr/.*/ => run {
- RT::InitSystemObjects();
+ RT::init_system_objects();
};
@@ -89,7 +89,7 @@
}
after qr/.*/ => run {
- RT::Interface::Web::Handler::CleanupRequest();
+ RT::Interface::Web::Handler::cleanup_request();
};
# Backward compatibility with old RT URLs
More information about the Rt-commit
mailing list