diff options
author | friendica <info@friendica.com> | 2014-08-28 03:33:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-28 03:33:19 -0700 |
commit | 5e5c6c90002908ed2052659a5fe13319c09883b0 (patch) | |
tree | bab5b50619aae4b92a343635599fd9f40c4aaba5 /view | |
parent | ed4896def1f90d903919311312fee974384540d7 (diff) | |
download | volse-hubzilla-5e5c6c90002908ed2052659a5fe13319c09883b0.tar.gz volse-hubzilla-5e5c6c90002908ed2052659a5fe13319c09883b0.tar.bz2 volse-hubzilla-5e5c6c90002908ed2052659a5fe13319c09883b0.zip |
consistency: the diaspora post plugin uses "diaspora_enable". The protocol driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
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 6736792a8..930486b5f 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -65,7 +65,7 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} - {{include file="field_checkbox.tpl" field=$diaspora_enable}} + {{include file="field_checkbox.tpl" field=$diaspora_enabled}} {{include file="field_checkbox.tpl" field=$feed_contacts}} {{include file="field_checkbox.tpl" field=$force_publish}} {{include file="field_checkbox.tpl" field=$disable_discover_tab}} |