Index: trunk/phase3/includes/SpecialRecentchanges.php |
— | — | @@ -300,7 +300,7 @@ |
301 | 301 | $articles = array () ; |
302 | 302 | $a2r = array () ; |
303 | 303 | foreach ( $rows AS $k => $r ) { |
304 | | - $nt = Title::makeTitle( $r->rc_title , $r->rc_namespace ); |
| 304 | + $nt = Title::makeTitle( $r->rc_namespace, $r->rc_title ); |
305 | 305 | $id = $nt->getArticleID() ; |
306 | 306 | if ( $id == 0 ) continue ; # Page might have been deleted... |
307 | 307 | if ( !in_array ( $id , $articles ) ) { |