Browse Source

Fix order meeting list

Nosolored 6 years ago
parent
commit
23c7df85ef
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugin/bbb/lib/bbb.lib.php

+ 2 - 0
plugin/bbb/lib/bbb.lib.php

@@ -734,6 +734,8 @@ class bbb
             );
         }
 
+        $conditions['order'] = "created_at ASC";
+
         $meetingList = Database::select(
             '*',
             $this->table,