Commit f387eedf authored by Sven Franck's avatar Sven Franck

app: fixed parseQuery sort_on parameter

parent 332c2508
......@@ -4293,7 +4293,7 @@
}
if (default_query.sort_on) {
obj.sort_on = [default_query.sort];
obj.sort_on = default_query.sort_on;
} else {
obj.sort_on = [];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment