diff options
author | RedMatrix <info@friendica.com> | 2014-03-31 09:22:00 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-03-31 09:22:00 +1100 |
commit | 8efef6f98b540da9fd256bf108eeb3b32666c170 (patch) | |
tree | 0a26ace9d3ead0b41627a9c53818f5a8e0a21bec /view/tpl | |
parent | b00478d3b5e6d12e2c726fbdde931b5e64ad5da9 (diff) | |
parent | 4a2805e12ebb7c72dd7e72de4fc192149867706a (diff) | |
download | volse-hubzilla-8efef6f98b540da9fd256bf108eeb3b32666c170.tar.gz volse-hubzilla-8efef6f98b540da9fd256bf108eeb3b32666c170.tar.bz2 volse-hubzilla-8efef6f98b540da9fd256bf108eeb3b32666c170.zip |
Merge pull request #387 from beardy-unixer/master
Default discover to on
Diffstat (limited to 'view/tpl')
-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> |