Index: plugins/lemans-vimeo-plugin/trunk/includes/libs/vimeo.class.php =================================================================== diff -u -r1185 -r1378 --- plugins/lemans-vimeo-plugin/trunk/includes/libs/vimeo.class.php (.../vimeo.class.php) (revision 1185) +++ plugins/lemans-vimeo-plugin/trunk/includes/libs/vimeo.class.php (.../vimeo.class.php) (revision 1378) @@ -367,7 +367,7 @@ $this->userdata[$userName] = $vData = array(); $vData[$userName] = array(); $this->userdata[$userName]['expires'] = $vData[$userName]['expires'] = time() + HOUR_IN_SECONDS; - $vData[$userName]['videos'] = $this->_execute_api_query('get', $endpoint . '?per_page=50', array(), $userName); + $vData[$userName]['videos'] = $this->_execute_api_query('get', $endpoint . '?per_page=50&sort=default', array(), $userName); while ( isset( $this->result['paging'] ) && !empty( $this->result['paging']['next'] ) ){ $tmpx = $vData[$userName]['videos']['data']; $tmpy = $this->_execute_api_query('get', preg_replace('/\/$/', '', $this->url_base) . $this->result['paging']['next'], array(), $userName);