Index: trunk/extensions/SemanticForms/includes/SF_FormEditPage.php |
— | — | @@ -19,7 +19,6 @@ |
20 | 20 | function __construct( $article, $form_name = '' ) { |
21 | 21 | global $wgRequest; |
22 | 22 | parent::__construct( $article ); |
23 | | - SFUtils::loadMessages(); |
24 | 23 | $this->action = 'formedit'; |
25 | 24 | $form_name = $wgRequest->getText( 'form', $form_name ); |
26 | 25 | $this->form = Title::makeTitleSafe( SF_NS_FORM, $form_name ); |