Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | * It is only used if $wgConfigureHandler is 'db'. |
46 | 46 | * If you want to use $wgConfigureExtensionsVar (see below), you may need to |
47 | 47 | * set it to false, otherwise the variables won't be set in efConfigureSetup() |
48 | | - * by later. |
| 48 | + * but later. |
49 | 49 | */ |
50 | 50 | $wgConfigureAllowDeferSetup = true; |
51 | 51 | |