Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -646,7 +646,7 @@ |
647 | 647 | $this->formClass = strtolower( $type ) . '-record recordadmin'; |
648 | 648 | $this->formAtts = ''; |
649 | 649 | $title = Title::newFromText( $type, NS_FORM ); |
650 | | - if ( is_object( $title ) { |
| 650 | + if ( is_object( $title ) ) { |
651 | 651 | if ( $title->exists() ) { |
652 | 652 | |
653 | 653 | # Get the form content |