]> git.mxchange.org Git - friendica.git/commitdiff
transition to beta for private forums
authorfriendica <info@friendica.com>
Wed, 30 May 2012 22:52:17 +0000 (15:52 -0700)
committerfriendica <info@friendica.com>
Wed, 30 May 2012 22:52:17 +0000 (15:52 -0700)
mod/settings.php
view/pagetypes.tpl

index bbdfe1ac9fbe2727013d59f74eff0b2e6813cbb3..f011177fc3b84ab4462c56d74566c69033a8b8cd 100644 (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' : ''),
 
        ));
 
index 924fc47ac4075954e052f2a364572705809f6be8..796abf0eeb6d85433cf0e040cf903456a89ccbd9 100644 (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 }}
\ No newline at end of file