mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
parent
0dd3dd2a1e
commit
b26c8ee239
@ -130,7 +130,7 @@ class TimelineBuilder implements ContainerAwareInterface
|
|||||||
$union .= $append;
|
$union .= $append;
|
||||||
}
|
}
|
||||||
//add ORDER BY clause and LIMIT
|
//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);
|
$number, $page * $number);
|
||||||
|
|
||||||
return $union;
|
return $union;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user