diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-30 22:59:37 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-30 22:59:37 +0100 |
commit | 1093e8d83efeabc7f4154ce04b5f7f554b9957e5 (patch) | |
tree | 71482873b6db75e5445bd69c7993539a039dc003 /view | |
parent | 9e5f4243941f3e7f3290698d1072895c1019d917 (diff) | |
download | volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.gz volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.bz2 volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.zip |
Default discover to on.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_site.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 22cefdea4..c6c15cec4 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -66,7 +66,7 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} - {{include file="field_checkbox.tpl" field=$discover_tab}} + {{include file="field_checkbox.tpl" field=$disable_discover_tab}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> |