mirror of
https://github.com/twisterarmy/twister-rss-bot.git
synced 2025-02-01 01:24:25 +00:00
fix variable name
This commit is contained in:
parent
80be350382
commit
152d889fa5
@ -145,7 +145,7 @@ foreach ($config->feed as $feed)
|
||||
// Get post k
|
||||
$k = 0;
|
||||
|
||||
if ($posts = $client->getPosts([$feed->target], 1))
|
||||
if ($posts = $twister->getPosts([$feed->target], 1))
|
||||
{
|
||||
if (isset($posts[0]['userpost']['k']))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user