Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -110,6 +110,7 @@ |
111 | 111 | foreach( $rows as $row ) { |
112 | 112 | $batch->add( NS_USER, $row->rc_user_text ); |
113 | 113 | $batch->add( NS_USER_TALK, $row->rc_user_text ); |
| 114 | + $batch->add( $row->rc_namespace, $row->rc_title ); |
114 | 115 | } |
115 | 116 | $batch->execute(); |
116 | 117 | } |