mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 07:30:57 -04:00
ORM::orderby -> ORM::order_by
This commit is contained in:
@@ -199,7 +199,7 @@ class Server_Add_Controller extends Admin_Controller {
|
||||
$entries = ORM::factory("server_add_file")
|
||||
->where("task_id", $task->id)
|
||||
->where("item_id", null)
|
||||
->orderby("id", "ASC")
|
||||
->order_by("id", "ASC")
|
||||
->limit(10)
|
||||
->find_all();
|
||||
if ($entries->count() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user