diff --git a/blog/locallib.php b/blog/locallib.php
index 52ff8c324b3..1cc4b0c71f5 100644
--- a/blog/locallib.php
+++ b/blog/locallib.php
@@ -718,7 +718,7 @@ class blog_listing {
         global $DB;
 
         if (empty($this->entries)) {
-            if ($sqlarray = $this->get_entry_fetch_sql()) {
+            if ($sqlarray = $this->get_entry_fetch_sql(false, 'created DESC')) {
                 $this->entries = $DB->get_records_sql($sqlarray['sql'], $sqlarray['params'], $start, $limit);
             } else {
                 return false;