copy-and-paste typo

darcs-hash:20081202041508-5ed1f-d54be6a7ec9aedebf10b813ee7e102c0c053f6cf.gz
This commit is contained in:
Evan Prodromou 2008-12-01 23:15:08 -05:00
parent 99db5f5e1c
commit b58eee26e8

View File

@ -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);