Skip to content

sort bug #1

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions