$options = array(
'type' => 'object',
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.
'type' => 'object',
'subtype' => ELGG_ENTITIES_NO_VALUE,
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.
'type' => 'object',
'subtype' => ELGG_ENTITIES_NO_VALUE,
'limit' => 1,
- 'order_by' => 'e.time_created desc'
+ 'order_by' => 'guid desc'
);
// grab ourself again to fill out attributes.