Explorar el Código

Fix order meeting list

Nosolored hace 6 años
padre
commit
23c7df85ef
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,