Merge branch 'hotfix/chart-fix' into develop

This commit is contained in:
James Cole 2015-12-27 09:35:41 +01:00
commit 0b5ee1edfc

View File

@ -60,7 +60,7 @@ class AccountController extends Controller
}
// make chart:
$data = $this->generator->all($accounts, $start, $end);
$data = $this->generator->frontpage($accounts, $start, $end);
$cache->store($data);
return Response::json($data);