Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1223,17 +1223,6 @@ |
1224 | 1224 | return $status; |
1225 | 1225 | } |
1226 | 1226 | |
1227 | | - # Handle the user preference to force summaries here. Check if it's not a redirect. |
1228 | | - if ( !$this->allowBlankSummary && !Title::newFromRedirect( $this->textbox1 ) ) { |
1229 | | - if ( md5( $this->summary ) == $this->autoSumm ) { |
1230 | | - $this->missingSummary = true; |
1231 | | - $status->fatal( 'missingsummary' ); // or 'missingcommentheader' if $section == 'new'. Blegh |
1232 | | - $status->value = self::AS_SUMMARY_NEEDED; |
1233 | | - wfProfileOut( __METHOD__ ); |
1234 | | - return $status; |
1235 | | - } |
1236 | | - } |
1237 | | - |
1238 | 1227 | $text = $this->textbox1; |
1239 | 1228 | $result['sectionanchor'] = ''; |
1240 | 1229 | if ( $this->section == 'new' ) { |