diff options
author | friendica <info@friendica.com> | 2014-03-30 17:41:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-30 17:41:53 -0700 |
commit | 3791cee52b43ad1ca1ca5290493734b5971c799c (patch) | |
tree | f6aedb9ab140910ecc38cd9f171c7745970b69bc /view/tpl | |
parent | ac91331c18717642915cbb53e2d91dd0d010f231 (diff) | |
parent | 8efef6f98b540da9fd256bf108eeb3b32666c170 (diff) | |
download | volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.tar.gz volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.tar.bz2 volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.zip |
Merge https://github.com/friendica/red into pending_merge
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> |