copy-and-paste typo
darcs-hash:20081202041508-5ed1f-d54be6a7ec9aedebf10b813ee7e102c0c053f6cf.gz
This commit is contained in:
parent
99db5f5e1c
commit
b58eee26e8
@ -64,7 +64,7 @@ class Action { // lawsuit
|
||||
$lm = $this->last_modified();
|
||||
|
||||
if ($lm) {
|
||||
header('Last-Modified: ' . date(DATE_RFC822, $dt));
|
||||
header('Last-Modified: ' . date(DATE_RFC822, $lm));
|
||||
$if_modified_since = $_SERVER['HTTP_IF_MODIFIED_SINCE'];
|
||||
if ($if_modified_since) {
|
||||
$ims = strtotime($if_modified_since);
|
||||
|
Loading…
Reference in New Issue
Block a user