X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FAjaxResponse.php;h=334cee37728c074eeb8e0ccbbe934aa1490389b5;hb=b64bc4e9693ec3e676dadc766f75030d8b11a43b;hp=ac8a9f097d2ef6560b17f7230d0db2273aaac16b;hpb=afb954e89076f29905d1e363946de5133decc918;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php index ac8a9f097d..334cee3772 100644 --- a/includes/AjaxResponse.php +++ b/includes/AjaxResponse.php @@ -215,7 +215,7 @@ class AjaxResponse { $fname = 'AjaxResponse::checkLastModified'; if ( !$timestamp || $timestamp == '19700101000000' ) { - wfDebug( "$fname: CACHE DISABLED, NO TIMESTAMP\n" ); + wfDebug( "$fname: CACHE DISABLED, NO TIMESTAMP\n", 'log' ); return false; }