Fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user