From d84bf429d6f9c622c2a120ab0180486ee92eb18e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 14 Nov 2015 15:35:59 -0500 Subject: Fix bug in daily project summary CSV export --- app/Controller/Export.php | 2 +- app/Core/Http/Response.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/Controller/Export.php b/app/Controller/Export.php index cdedcb88..c39f58a1 100644 --- a/app/Controller/Export.php +++ b/app/Controller/Export.php @@ -70,7 +70,7 @@ class Export extends Base */ public function summary() { - $this->common('ProjectDailyColumnStats', 'getAggregatedMetrics', t('Summary'), 'summary', t('Daily project summary export')); + $this->common('projectDailyColumnStats', 'getAggregatedMetrics', t('Summary'), 'summary', t('Daily project summary export')); } /** diff --git a/app/Core/Http/Response.php b/app/Core/Http/Response.php index a793e58b..e16da5f0 100644 --- a/app/Core/Http/Response.php +++ b/app/Core/Http/Response.php @@ -3,6 +3,7 @@ namespace Kanboard\Core\Http; use Kanboard\Core\Base; +use Kanboard\Core\Csv; /** * Response class -- cgit v1.2.3