Fixed the integrations

This commit is contained in:
Graham Campbell
2016-06-03 17:07:36 +01:00
parent 3e8801d8d4
commit abf83361e8
4 changed files with 41 additions and 11 deletions

View File

@@ -69,7 +69,7 @@ class DashboardController extends Controller
$subscribers = $this->getSubscribers();
$entries = null;
if ($feed = $this->feed->entries()) {
if ($feed = $this->feed->latest()) {
$entries = array_slice($feed->channel->item, 0, 5);
}