From: Gabriel Wicke Date: Mon, 2 Feb 2004 04:33:48 +0000 (+0000) Subject: minor fix X-Git-Tag: 1.3.0beta1~1034 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=943e0a1f953cb0f392cfcb8402a3dc1edb645f32;p=lhc%2Fweb%2Fwiklou.git minor fix --- 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();