Changeset 706990
- Timestamp:
- 05/02/2013 03:20:04 PM (13 years ago)
- File:
-
- 1 edited
-
buddypress-xml-rpc-receiver/trunk/bp-xmlrpc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-xml-rpc-receiver/trunk/bp-xmlrpc.php
r706988 r706990 937 937 } 938 938 939 939 $output = array(); 940 $output['confirmation'] = true; 940 941 941 942 if ( $include ) { … … 946 947 947 948 948 if ( @$activities && !empty($activities) ) {949 if ( @$activities['activities'] && !empty(@$activities['activities']) ) { 949 950 950 951 //loop … … 989 990 $output['message'][$key] = $activity; 990 991 } 991 $output['confirmation'] = true;992 992 993 993 } else { 994 994 //not a true error - just lonely. 995 $output['confirmation'] = true;996 995 $output['message'] = __( 'There were no activity stream items found.', 'bp-xmlrpc' ); 997 996 }
Note: See TracChangeset
for help on using the changeset viewer.