fixed: HTTP Proxy doesn't serve new content to visitors

This commit is contained in:
Graham Knop 2009-01-22 01:14:26 +00:00
parent 315ce0941f
commit 5fe7ffa55c
2 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,7 @@
- fixed a bug where no Payment Gateway labels show up when checking out.
- fixed #9511: Subcategories displayed incorrectly (Henry Tang, Long Term Results B.v.)
- fixed #4137: Calendar Search page has head tags in body
- fixed: HTTP Proxy doesn't serve new content to visitors
7.6.8
- added #!/usr/bin/env perl to all utility scripts

View file

@ -178,6 +178,12 @@ sub definition {
return $class->SUPER::definition($session, $definition);
}
#-------------------------------------------------------------------
sub getContentLastModified {
return time;
}
#-------------------------------------------------------------------
sub getCookieJar {
my $self = shift;