diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:15:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-12-01 23:15:08 -0500 |
commit | b58eee26e8d784a74c0dd9c02964f9d224d40735 (patch) | |
tree | e8c8a5aebf80a9b34c62f2dd0c7c6f298d87dfab | |
parent | 99db5f5e1c41459a08af6a90df487936bb933623 (diff) |
copy-and-paste typo
darcs-hash:20081202041508-5ed1f-d54be6a7ec9aedebf10b813ee7e102c0c053f6cf.gz
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 895a0d48c..60c2418ae 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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); |