From: Jeroen De Dauw Date: Mon, 19 Mar 2012 13:47:58 +0000 (+0000) Subject: Follow up to r114081; X-Git-Tag: 1.31.0-rc.0~24203 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=ca052e9c20323366d6087c429a999b618bf55cd5;p=lhc%2Fweb%2Fwiklou.git Follow up to r114081; --- diff --git a/includes/specials/SpecialCachedPage.php b/includes/specials/SpecialCachedPage.php index 11d918580b..9bac298cf6 100644 --- a/includes/specials/SpecialCachedPage.php +++ b/includes/specials/SpecialCachedPage.php @@ -80,7 +80,7 @@ abstract class SpecialCachedPage extends SpecialPage { * @return string */ protected function getCachedNotice( $subPage ) { - $refreshArgs = $_GET; + $refreshArgs = $this->getRequest()->getQueryValues(); unset( $refreshArgs['title'] ); $refreshArgs['action'] = 'purge';