X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAjaxResponse.php;h=d5536529e9846b9a308aabd7dc9a93ed44cd51a0;hb=c7dbaa0f580cbd6fc8c5e3664e55d6bee1c29136;hp=138f808a0323ae5b34cbfa05d81f1beb6ba93940;hpb=fba4fdb7ed7b20e84ac86ffadce03acbc8691f85;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php index 138f808a03..d5536529e9 100644 --- a/includes/AjaxResponse.php +++ b/includes/AjaxResponse.php @@ -210,7 +210,7 @@ class AjaxResponse { * @param $timestamp string * @return bool Returns true if the response code was set to 304 Not Modified. */ - function checkLastModified ( $timestamp ) { + function checkLastModified( $timestamp ) { global $wgCachePages, $wgCacheEpoch, $wgUser; $fname = 'AjaxResponse::checkLastModified';