[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-599-g5f2799c
Jesse Vincent
jesse at bestpractical.com
Thu Aug 26 13:04:43 EDT 2010
The branch, 3.9-trunk has been updated
via 5f2799c57c32f7c74f32399eba8fb5979a237e28 (commit)
from 6d9342e1ae339b4277be8ba913a728b4da24aed7 (commit)
Summary of changes:
lib/RT.pm.in | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5f2799c57c32f7c74f32399eba8fb5979a237e28
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Aug 26 13:05:50 2010 -0400
Disable startup lexicon parsing in favor of lazy runtime
parsing, for great test performance justice.
diff --git a/lib/RT.pm.in b/lib/RT.pm.in
index e7b63b0..99436aa 100755
--- a/lib/RT.pm.in
+++ b/lib/RT.pm.in
@@ -497,7 +497,6 @@ sub InitClasses {
);
}
- #RT::I18N->LoadLexicons;
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list