diff options
Diffstat (limited to 'app/Controllers/feedController.php')
| -rw-r--r-- | app/Controllers/feedController.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 231be0cba..131d58d5e 100644 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -7,7 +7,7 @@ declare(strict_types=1); class FreshRSS_feed_Controller extends FreshRSS_ActionController { /** * This action is called before every other action in that class. It is - * the common boiler plate for every action. It is triggered by the + * the common boilerplate for every action. It is triggered by the * underlying framework. */ #[\Override] @@ -481,8 +481,6 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController { } $feedIsNew = $feed->lastUpdate() <= 0; - $feedIsEmpty = false; - $feedIsUnchanged = false; try { if ($simplePiePush !== null) { |
