Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -574,7 +574,7 @@ |
575 | 575 | |
576 | 576 | $this->scrolltop = $request->getIntOrNull( 'wpScrolltop' ); |
577 | 577 | |
578 | | - if ( is_null( $this->edittime ) ) { |
| 578 | + if ( is_null($this->section) || !$this->edittime || !$this->starttime ) { |
579 | 579 | # If the form is incomplete, force to preview. |
580 | 580 | wfDebug( "$fname: Form data appears to be incomplete\n" ); |
581 | 581 | wfDebug( "POST DATA: " . var_export( $_POST, true ) . "\n" ); |