-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
From http://expressionengine.com/forums/viewthread/84495/P36/#737926
Small bug found. Relating to a weblog and sorting by date ascending, still gets ordered by title.
Around line 358 change
if ($row[“field_related_sort”] == “date”) {
$sort = “entry_date”;
}
to
if ($row[“field_related_orderby”] == “date”) {
$sort = “entry_date”;
}
Metadata
Metadata
Assignees
Labels
No labels