Index: trunk/phase3/includes/specials/SpecialProtectedpages.php |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | */ |
136 | 136 | protected function showOptions( $namespace, $type='edit', $level, $sizetype, $size, $indefOnly, $cascadeOnly ) { |
137 | 137 | global $wgScript; |
138 | | - $title = SpecialPage::getTitleFor( 'ProtectedPages' ); |
| 138 | + $title = SpecialPage::getTitleFor( 'Protectedpages' ); |
139 | 139 | return Xml::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript ) ) . |
140 | 140 | Xml::openElement( 'fieldset' ) . |
141 | 141 | Xml::element( 'legend', array(), wfMsg( 'protectedpages' ) ) . |