Index: trunk/phase3/includes/specials/SpecialLinkSearch.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | Xml::inputLabel( wfMsg( 'linksearch-pat' ), 'target', 'target', 50, $target ) . ' '; |
56 | 56 | if ( !$wgMiserMode ) { |
57 | 57 | $s .= Xml::label( wfMsg( 'linksearch-ns' ), 'namespace' ) . ' ' . |
58 | | - XML::namespaceSelector( $namespace, '' ); |
| 58 | + Xml::namespaceSelector( $namespace, '' ); |
59 | 59 | } |
60 | 60 | $s .= Xml::submitButton( wfMsg( 'linksearch-ok' ) ) . |
61 | 61 | '</fieldset>' . |