Changeset 11199
- Timestamp:
- 10/19/2016 05:57:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group.php
r11164 r11199 429 429 430 430 default : 431 break;431 return isset( $this->{$key} ) ? $this->{$key} : null; 432 432 } 433 433 } … … 458 458 459 459 default : 460 return false;460 return isset( $this->{$key} ); 461 461 } 462 462 } … … 476 476 case 'user_has_access' : 477 477 return $this->user_has_access = (bool) $value; 478 479 default : 480 $this->{$key} = $value; 478 481 } 479 482 }
Note: See TracChangeset
for help on using the changeset viewer.