Эх сурвалжийг харах

Merge pull request #2790 from nosolored/1.11.x_fix_order_bbb

Sort BigBlueButton past conferences list correctly (time-based)
Yannick Warnier 6 жил өмнө
parent
commit
26fbfc8167

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

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