diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index bade826c..2d5281a1 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -105,7 +105,7 @@ class DashboardController extends Controller } $entries = null; - if ($feed = $this->feed->latest() !== Feed::FAILED) { + if ($feed = $this->feed->latest() !== 1) { if (is_object($feed)) { $entries = array_slice($feed->channel->item, 0, 5); }