Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -699,8 +699,8 @@ |
700 | 700 | |
701 | 701 | // For message page not locally set, use the i18n message. |
702 | 702 | // For other non-existent articles, use preload text if any. |
703 | | - if ( !$this->mTitle->exists() || $section == 'new' ) { |
704 | | - if ( $this->mTitle->getNamespace() == NS_MEDIAWIKI && $section != 'new' ) { |
| 703 | + if ( !$this->mTitle->exists() || $this->section == 'new' ) { |
| 704 | + if ( $this->mTitle->getNamespace() == NS_MEDIAWIKI && $this->section != 'new' ) { |
705 | 705 | # If this is a system message, get the default text. |
706 | 706 | $text = $this->mTitle->getDefaultMessageText(); |
707 | 707 | } |