mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-14 09:19:41 +00:00
@@ -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;
|
||||||
|
Reference in New Issue
Block a user