X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fparser%2FParserCache.php;h=795230035c06a3ef1f1951f871b95630b04b54ea;hb=70440754112d246b3355901dfbc002edfbc4f5e5;hp=6102ca481ebcbac4a314feea4e998a8556320dd1;hpb=e054e34af8dcda9c454c8cb04caa0d55d0d3c5af;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index 6102ca481e..795230035c 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -95,7 +95,7 @@ class ParserCache { * @param ParserOptions $popts * @return string */ - function getETag( $article, $popts ) { + public function getETag( $article, $popts ) { return 'W/"' . $this->getParserOutputKey( $article, $popts->optionsHash( ParserOptions::legacyOptions(), $article->getTitle() ) ) . "--" . $article->getTouched() . '"';