Changeset 5328 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 11/13/2011 09:06:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r5302 r5328 345 345 // Load up the activity item 346 346 $activity = new BP_Activity_Activity( (int) $_POST['id'] ); 347 if ( empty( $activity-> id) ) {347 if ( empty( $activity->component ) ) { 348 348 echo '-1'; 349 349 return false;
Note: See TracChangeset
for help on using the changeset viewer.