Don't use public-audience-only function
[lhc/web/wiklou.git] / includes / EditPage.php
index 667e625..912580d 100644 (file)
@@ -566,7 +566,7 @@ class EditPage {
 
                        $this->scrolltop = $request->getIntOrNull( 'wpScrolltop' );
 
-                       if ( is_null($this->section) || !$this->edittime || !$this->starttime ) {
+                       if ( is_null( $this->edittime ) ) {
                                # If the form is incomplete, force to preview.
                                wfDebug( "$fname: Form data appears to be incomplete\n" );
                                wfDebug( "POST DATA: " . var_export( $_POST, true ) . "\n" );