Fixed trending
This commit is contained in:
parent
90cf0bfb56
commit
1d37d8c417
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use App\Helpers\RSS;
|
|||
|
||||
class TrendingController {
|
||||
static public function get() {
|
||||
$cursor = Misc::getCursor();
|
||||
$cursor = Misc::getTtwid();
|
||||
$page = $_GET['page'] ?? 0;
|
||||
$api = Misc::api();
|
||||
$feed = $api->getTrending($cursor, $page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue