Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | define( 'SF_SP_PAGE_HAS_DEFAULT_FORM', 4 ); |
74 | 74 | define( 'SF_SP_HAS_FIELD_LABEL_FORMAT', 5 ); |
75 | 75 | |
76 | | -$wgExtensionFunctions[] = 'sfgSetupExtension'; |
| 76 | +$wgExtensionFunctions[] = 'sffSetupExtension'; |
77 | 77 | |
78 | 78 | // FIXME: Can be removed when new style magic words are used (introduced in r52503) |
79 | 79 | $wgHooks['LanguageGetMagic'][] = 'SFParserFunctions::languageGetMagic'; |
Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | * This is a delayed init that makes sure that MediaWiki is set up |
15 | 15 | * properly before we add our stuff. |
16 | 16 | */ |
17 | | -function sfgSetupExtension() { |
| 17 | +function sffSetupExtension() { |
18 | 18 | // This global variable is needed so that other extensions can hook |
19 | 19 | // into it to add their own input types. |
20 | 20 | global $sfgFormPrinter; |