Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewList.php |
— | — | @@ -167,7 +167,7 @@ |
168 | 168 | case 'af_id': |
169 | 169 | return $sk->link( SpecialPage::getTitleFor( 'AbuseFilter', intval($value) ), intval($value) ); |
170 | 170 | case 'af_public_comments': |
171 | | - return $wgOut->parse( $value ); |
| 171 | + return $sk->link( SpecialPage::getTitleFor( 'AbuseFilter', intval($row->af_id) ), $wgOut->parse( $value ) ); |
172 | 172 | case 'af_actions': |
173 | 173 | $actions = explode(',', $value); |
174 | 174 | $displayActions = array(); |