From 943e0a1f953cb0f392cfcb8402a3dc1edb645f32 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 2 Feb 2004 04:33:48 +0000 Subject: [PATCH] minor fix --- includes/OutputPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 6237263086..fc30087605 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -79,6 +79,7 @@ class OutputPage { if( ($ismodsince >= $timestamp ) and $wgUser->validateCache( $ismodsince ) ) { # Make sure you're in a place you can leave when you call us! header( "HTTP/1.0 304 Not Modified" ); + $this->mLastModified = $lastmod; $this->sendCacheControl(); wfDebug( "CACHED client: $ismodsince ; user: $wgUser->mTouched ; page: $timestamp\n", false ); $this->disable(); -- 2.20.1