Index: trunk/extensions/SemanticForms/specials/SF_EditData.php |
— | — | @@ -36,14 +36,14 @@ |
37 | 37 | |
38 | 38 | /* |
39 | 39 | global $sfgUseFormEditPage; |
40 | | - if( $sfgUseFormEditPage ) { |
41 | | - # Experimental new feature extending from the internal |
42 | | - # EditPage class |
| 40 | + if( $sfgUseFormEditPage ) { |
| 41 | + # Experimental new feature extending from the internal |
| 42 | + # EditPage class |
43 | 43 | $article = new Article(Title::newFromText($target_name)); |
44 | | - $editor = new FormEditPage( $article, $form_name ); |
45 | | - $editor->submit(); |
46 | | - return; |
47 | | - } |
| 44 | + $editor = new FormEditPage( $article, $form_name ); |
| 45 | + $editor->submit(); |
| 46 | + return; |
| 47 | + } |
48 | 48 | */ |
49 | 49 | |
50 | 50 | self::printEditForm($form_name, $target_name); |