mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
ORM::orderby -> ORM::order_by
This commit is contained in:
@@ -39,7 +39,7 @@ class comment_theme_Core {
|
||||
$view->comments = ORM::factory("comment")
|
||||
->where("item_id", $theme->item()->id)
|
||||
->where("state", "published")
|
||||
->orderby("created", "ASC")
|
||||
->order_by("created", "ASC")
|
||||
->find_all();
|
||||
|
||||
$block->content = $view;
|
||||
|
||||
Reference in New Issue
Block a user