Ticket #5812: 5812.01.patch
File 5812.01.patch, 664 bytes (added by , 10 years ago) |
---|
-
src/bp-groups/bp-groups-classes.php
3138 3138 $this->init(); 3139 3139 } 3140 3140 3141 // Grab the group ID 3142 $this->group_id = $this->get_group_id(); 3143 3144 // Bail if no group 3145 if ( empty( $this->group_id ) ) { 3146 return; 3147 } 3148 3141 3149 // Set some config values, based on the parsed params 3142 $this->group_id = $this->get_group_id();3143 3150 $this->slug = $this->params['slug']; 3144 3151 $this->name = $this->params['name']; 3145 3152 $this->visibility = $this->params['visibility'];