diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 13:23:36 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-12 13:23:36 +0200 |
commit | dd64bacbb13b6d07c8df01fb88ae417ac57b4239 (patch) | |
tree | 692a9ed0575e572fded02c9dfb0aeea5990cf0d9 /kanboard | |
parent | 1ecb67ca256cc5a5421b161c44611b16444c4270 (diff) |
Fix broken task export (#249)
Diffstat (limited to 'kanboard')
-rwxr-xr-x | kanboard | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,8 +40,6 @@ $cli->register('export-csv', function() use ($cli, $registry) { $start_date = $GLOBALS['argv'][3]; $end_date = $GLOBALS['argv'][4]; - Translator::disableEscaping(); - $taskModel = new Task($registry); $data = $taskModel->export($project_id, $start_date, $end_date); |