Index: trunk/phase3/includes/SpecialUpload.php |
— | — | @@ -1017,8 +1017,7 @@ |
1018 | 1018 | $encDestName = htmlspecialchars( $this->mDesiredDestName ); |
1019 | 1019 | |
1020 | 1020 | $watchChecked = |
1021 | | - ( $wgUser->getOption( 'watchdefault' ) || |
1022 | | - ( $wgUser->getOption( 'watchcreations' ) && $this->mDesiredDestName == '' ) ) |
| 1021 | + ( $wgUser->getOption( 'watchdefault' ) || $wgUser->getOption( 'watchcreations' ) ) |
1023 | 1022 | ? 'checked="checked"' |
1024 | 1023 | : ''; |
1025 | 1024 | $warningChecked = $this->mIgnoreWarning ? 'checked' : ''; |