Index: trunk/extensions/AbuseFilter/SpecialAbuseLog.php |
— | — | @@ -185,7 +185,7 @@ |
186 | 186 | $parsed_comments = $wgOut->parseInline( $row->af_public_comments ); |
187 | 187 | |
188 | 188 | if ($this->canSeeDetails()) { |
189 | | - $examineTitle = $this->getTitle( "examine/log/".$row->afl_id ); |
| 189 | + $examineTitle = SpecialPage::getTitleFor( 'AbuseFilter', "examine/log/".$row->afl_id ); |
190 | 190 | $detailsLink = $sk->makeKnownLinkObj( $this->getTitle( ), wfMsg( 'abusefilter-log-detailslink' ), 'details='.$row->afl_id ); |
191 | 191 | $examineLink = $sk->link( $examineTitle, wfMsgExt( 'abusefilter-changeslist-examine', 'parseinline' ), array() ); |
192 | 192 | |