From: Aaron Schulz Date: Wed, 28 Jan 2009 17:45:51 +0000 (+0000) Subject: 'known' still needed for title attrib X-Git-Tag: 1.31.0-rc.0~43175 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=7d249deb116c0bafbce6308ec1cfaa321bac287d;p=lhc%2Fweb%2Fwiklou.git 'known' still needed for title attrib --- diff --git a/includes/Pager.php b/includes/Pager.php index c168558a25..3ff31462d3 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -315,7 +315,7 @@ abstract class IndexPager implements Pager { $attrs['class'] = "mw-{$type}link"; } return $this->getSkin()->link( $this->getTitle(), $text, - $attrs, $query + $this->getDefaultQuery(), 'noclasses' ); + $attrs, $query + $this->getDefaultQuery(), array('noclasses','known') ); } /**