Index: trunk/phase3/includes/SpecialContributions.php |
— | — | @@ -184,7 +184,7 @@ |
185 | 185 | $finder->set_offset($options['offset']); |
186 | 186 | |
187 | 187 | if (($ns = $wgRequest->getVal('namespace', null)) !== null && $ns !== '') { |
188 | | - $options['namespace'] = $ns; |
| 188 | + #$options['namespace'] = intval( $ns ); |
189 | 189 | $finder->set_namespace($options['namespace']); |
190 | 190 | } else { |
191 | 191 | $options['namespace'] = ''; |