X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Factions%2FViewAction.php;h=72d92c31edb48a80d3dd65a264c411ca4114b146;hp=0ba964f9b1ec22022b8c3dda123b9d8342bcf04f;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hpb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b diff --git a/includes/actions/ViewAction.php b/includes/actions/ViewAction.php index 0ba964f9b1..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" );