Changeset 913
- Timestamp:
- 01/23/2009 08:13:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r906 r913 482 482 switch( $action ) { 483 483 case 'new_wire_post': 484 $wire_post = new BP_Wire_Post( $bp['profile']['table_name_wire'], $item_id ); 484 if ( class_exists('BP_Wire_Post') ) { 485 $wire_post = new BP_Wire_Post( $bp['profile']['table_name_wire'], $item_id ); 486 } 485 487 486 488 if ( !$wire_post )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)