ソースを参照

Fix order meeting list

Nosolored 6 年 前
コミット
23c7df85ef
1 ファイル変更2 行追加0 行削除
  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,