]> git.mxchange.org Git - friendica.git/commitdiff
private group fix
authorfriendica <info@friendica.com>
Wed, 30 May 2012 01:14:21 +0000 (18:14 -0700)
committerfriendica <info@friendica.com>
Wed, 30 May 2012 01:14:21 +0000 (18:14 -0700)
mod/settings.php

index b5214e917b3027d54ee7fd834e9621d6fc17ca01..bbdfe1ac9fbe2727013d59f74eff0b2e6813cbb3 100644 (file)
@@ -445,7 +445,7 @@ function settings_post(&$a) {
 
        if($page_flags == PAGE_PRVGROUP) {
                $hidewall = 1;
-               if((! str_contact_allow) && (! str_group_allow) && (! str_contact_deny) && (! $str_group_deny)) {
+               if((! $str_contact_allow) && (! $str_group_allow) && (! $str_contact_deny) && (! $str_group_deny)) {
                        if($def_gid) {
                                info( t('Private forum has no privacy permissions. Using default privacy group.'). EOL);
                                $str_group_allow = '<' . $def_gid . '>';