mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
parent
0dd3dd2a1e
commit
b26c8ee239
@ -130,7 +130,7 @@ class TimelineBuilder implements ContainerAwareInterface
|
||||
$union .= $append;
|
||||
}
|
||||
//add ORDER BY clause and LIMIT
|
||||
$union .= sprintf(' ORDER BY date LIMIT %d OFFSET %d',
|
||||
$union .= sprintf(' ORDER BY date DESC LIMIT %d OFFSET %d',
|
||||
$number, $page * $number);
|
||||
|
||||
return $union;
|
||||
|
Loading…
x
Reference in New Issue
Block a user