Index: trunk/extensions/SemanticForms/includes/SF_Utils.php |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => $action ), null ) . "\n"; |
86 | 86 | |
87 | 87 | if ( $is_minor_edit ) |
88 | | - $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpMinorEdit' ), null ) . "\n"; |
| 88 | + $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpMinoredit' ), null ) . "\n"; |
89 | 89 | if ( $watch_this ) |
90 | 90 | $form_body .= ' ' . Xml::element( 'input', array( 'type' => 'hidden', 'name' => 'wpWatchthis' ), null ) . "\n"; |
91 | 91 | $text .= Xml::tags( 'form', array( 'id' => 'editform', 'name' => 'editform', 'method' => 'post', 'action' => $new_url ), $form_body ); |