mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-31 12:10:51 -04:00
ORM::orderby -> ORM::order_by
This commit is contained in:
@@ -36,7 +36,7 @@ class comment_rss_Core {
|
||||
$comments = ORM::factory("comment")
|
||||
->viewable()
|
||||
->where("state", "published")
|
||||
->orderby("created", "DESC");
|
||||
->order_by("created", "DESC");
|
||||
|
||||
if ($feed_id == "item") {
|
||||
$comments->where("item_id", $id);
|
||||
|
||||
Reference in New Issue
Block a user