X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FViewAction.php;h=0ba964f9b1ec22022b8c3dda123b9d8342bcf04f;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hp=4a7f6238252f6f304c9e67b68c6855793d78a14c;hpb=1e3c2e5904d628c001a8d65909b135ea9bf042aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/ViewAction.php b/includes/actions/ViewAction.php index 4a7f623825..72d92c31ed 100644 --- a/includes/actions/ViewAction.php +++ b/includes/actions/ViewAction.php @@ -1,9 +1,5 @@ page->getLastPurgeTimestamp() ); - // Send HTTP 304 if the IMS matches or otherwise set expiry/last-modified headers if ( $touched && $this->getOutput()->checkLastModified( $touched ) ) { wfDebug( __METHOD__ . ": done 304\n" );