diff options
Diffstat (limited to 'templates/admin_languages.tpl')
| -rw-r--r-- | templates/admin_languages.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_languages.tpl b/templates/admin_languages.tpl index ec80830..6766baf 100644 --- a/templates/admin_languages.tpl +++ b/templates/admin_languages.tpl @@ -17,7 +17,7 @@ <div class="row"> {formlabel label=`$output.label` for=$feature} {forminput} - {html_checkboxes name=$feature values="y" checked=`$gBitSystem->getConfig('')$feature` labels=false id=$feature} + {html_checkboxes name=$feature values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} {formhelp hash=$output} {/forminput} </div> |
