transition to beta for private forums

This commit is contained in:
friendica 2012-05-30 15:52:17 -07:00
parent 069361f946
commit bdcb8d27dd
2 changed files with 0 additions and 3 deletions

View File

@ -857,7 +857,6 @@ function settings_content(&$a) {
t('Private forum - approved members only [Experimental]'),
($a->user['page-flags'] == PAGE_PRVGROUP)),
'$experimental' => ( (intval(get_config('system','prvgroup_testing'))) ? 'true' : ''),
));

View File

@ -2,6 +2,4 @@
{{inc field_radio.tpl with $field=$page_soapbox }}{{endinc}}
{{inc field_radio.tpl with $field=$page_community }}{{endinc}}
{{inc field_radio.tpl with $field=$page_freelove }}{{endinc}}
{{ if $experimental }}
{{inc field_radio.tpl with $field=$page_prvgroup }}{{endinc}}
{{ endif }}