Index: trunk/extensions/AbuseFilter/SpecialAbuseLog.php |
— | — | @@ -185,9 +185,9 @@ |
186 | 186 | $parsed_comments = $wgOut->parseInline( $row->af_public_comments ); |
187 | 187 | |
188 | 188 | if ($this->canSeeDetails()) { |
189 | | - $title = $this->getTitle( "examine/log/".$row->afl_id ); |
| 189 | + $examineTitle = $this->getTitle( "examine/log/".$row->afl_id ); |
190 | 190 | $detailsLink = $sk->makeKnownLinkObj( $this->getTitle( ), wfMsg( 'abusefilter-log-detailslink' ), 'details='.$row->afl_id ); |
191 | | - $examineLink = $sk->link( $title, wfMsgExt( 'abusefilter-changeslist-examine', 'parseinline' ), array() ); |
| 191 | + $examineLink = $sk->link( $examineTitle, wfMsgExt( 'abusefilter-changeslist-examine', 'parseinline' ), array() ); |
192 | 192 | |
193 | 193 | $description = wfMsgExt( 'abusefilter-log-detailedentry', array( 'parseinline', 'replaceafter' ), array( $timestamp, $user, $row->afl_filter, $row->afl_action, $sk->makeKnownLinkObj( $title ), $actions_taken, $parsed_comments, $detailsLink, $examineLink ) ); |
194 | 194 | } else { |