Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort bug #1

Open
masugadesign opened this issue Apr 14, 2010 · 0 comments
Open

sort bug #1

masugadesign opened this issue Apr 14, 2010 · 0 comments

Comments

@masugadesign
Copy link
Collaborator

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”;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

0 participants