summaryrefslogtreecommitdiff
path: root/templates/install_bit_settings.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_bit_settings.tpl')
-rw-r--r--templates/install_bit_settings.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_bit_settings.tpl b/templates/install_bit_settings.tpl
index 69425fc..d8c170d 100644
--- a/templates/install_bit_settings.tpl
+++ b/templates/install_bit_settings.tpl
@@ -49,7 +49,7 @@
<option {if $package.name=='wiki'}selected="selected"{/if} value="{$package.name}">{$package.name}</option>
{/if}
{/foreach}
- {if $gBitSystemPrefs.feature_custom_home eq 'y'}
+ {if $gBitSystem->isFeatureActive( 'feature_custom_home' )}
<option value="custom_home"{if $bitIndex eq $urlIndex} selected="selected"{/if}>{tr}Custom home{/tr}</option>
{/if}
</select>