Changeset 12180 for trunk/src/bp-core/classes/class-bp-component.php
- Timestamp:
- 07/02/2018 06:07:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-component.php
r11884 r12180 662 662 if ( !empty( $tables ) && is_array( $tables ) ) { 663 663 foreach ( $tables as $global_name => $table_name ) { 664 $this-> $global_name= $table_name;664 $this->{$global_name} = $table_name; 665 665 } 666 666
Note: See TracChangeset
for help on using the changeset viewer.