ORM::orderby -> ORM::order_by

This commit is contained in:
Bharat Mediratta
2009-11-25 19:26:52 -08:00
parent 0ef6994f23
commit 0121bfd585
17 changed files with 40 additions and 40 deletions
@@ -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) {