Merge "Special:PageLanguage: Show log extract only when title known"
This commit is contained in:
commit
2871ecf3aa
1 changed files with 4 additions and 1 deletions
|
|
@ -87,7 +87,10 @@ class SpecialPageLanguage extends FormSpecialPage {
|
|||
}
|
||||
|
||||
protected function postText() {
|
||||
return $this->showLogFragment( $this->par );
|
||||
if ( $this->par ) {
|
||||
return $this->showLogFragment( $this->par );
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
protected function getDisplayFormat() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue