--- collectionlist_original.php	2011-07-16 21:02:19.494104000 +0300
+++ collectionlist.php	2011-07-16 21:02:50.574104642 +0300
@@ -104,7 +104,9 @@
 $collections = eZInformationCollection::fetchCollectionsList( $objectID, /* object id */
                                                               false, /* creator id */
                                                               false, /* user identifier */
-                                                              array( 'limit' => $limit,'offset' => $offset ) /* limit array */ );
+                                                              array( 'limit' => $limit,'offset' => $offset ), /* limit array */ 
+							      array( 'created', false)
+							      );
 $numberOfCollections = eZInformationCollection::fetchCollectionsCount( $objectID );
 
 $viewParameters = array( 'offset' => $offset );
