Index: trunk/extensions/Translate/tag/SpecialPageTranslationDeletePage.php |
— | — | @@ -116,6 +116,11 @@ |
117 | 117 | return; |
118 | 118 | } |
119 | 119 | |
| 120 | + if ( $this->title === null ) { |
| 121 | + $wgOut->showErrorPage( 'notargettitle', 'notargettext' ); |
| 122 | + return; |
| 123 | + } |
| 124 | + |
120 | 125 | if ( !$this->title->exists() ) { |
121 | 126 | $wgOut->showErrorPage( 'nopagetitle', 'nopagetext' ); |
122 | 127 | return; |