projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04772a4
)
remove TODO that no longer applies to current integration branch
collab/gmcharlt/in-memory-TT-caching
author
Galen Charlton
<gmc@esilibrary.com>
Tue, 5 May 2015 15:48:47 +0000
(15:48 +0000)
committer
Galen Charlton
<gmc@esilibrary.com>
Tue, 5 May 2015 15:48:47 +0000
(15:48 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
index
c95278d
..
8b3fcbf
100644
(file)
--- a/
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
+++ b/
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm
@@
-66,7
+66,6
@@
sub handler_guts {
$processor_key .= $r->dir_config('OILSWebContextLoader').':'; # ... and context loader
$processor_key .= $ctx->{locale}; # ... and locale
# NOTE: context loader and vhost together imply template path and debug template values
- # TODO: maybe add STAT_TTL and cache dir from LP#1449709?
my $tt = $vhost_processor_cache{$processor_key} || Template->new({
ENCODING => 'utf-8',