From 89ff5a83b5a0bc4279eb1e1a740b5c052819cb8e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 24 Apr 2016 20:25:35 +0200 Subject: [PATCH] Expand cache. [skip ci] --- app/Http/Controllers/Chart/BudgetController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Chart/BudgetController.php b/app/Http/Controllers/Chart/BudgetController.php index 6fbf4b8e19..966e87d7d6 100644 --- a/app/Http/Controllers/Chart/BudgetController.php +++ b/app/Http/Controllers/Chart/BudgetController.php @@ -255,6 +255,7 @@ class BudgetController extends Controller $cache->addProperty($end); $cache->addProperty($reportType); $cache->addProperty($accounts); + $cache->addProperty($budget->id); $cache->addProperty('budget'); $cache->addProperty('period'); if ($cache->has()) {