Changeset 8745
- Timestamp:
- 07/31/2014 06:07:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r8744 r8745 223 223 224 224 // Create the object to be returned 225 $notification_object = new stdClass;225 $notification_object = $component_action_items[0]; 226 226 227 227 // Minimal backpat with non-compatible notification … … 235 235 } 236 236 237 $notification_object->id = $component_action_items[0]->id; 238 $renderable[] = $notification_object; 237 $renderable[] = $notification_object; 239 238 240 239 // Return an array of content strings … … 267 266 268 267 // Create the object to be returned 269 $notification_object = new stdClass;268 $notification_object = $component_action_items[0]; 270 269 271 270 // Minimal backpat with non-compatible notification … … 279 278 } 280 279 281 $notification_object->id = $component_action_items[0]->id; 282 $renderable[] = $notification_object; 280 $renderable[] = $notification_object; 283 281 284 282 // Return an array of content strings
Note: See TracChangeset
for help on using the changeset viewer.