Fixed some problems.

This commit is contained in:
James Cole
2015-07-06 16:42:19 +02:00
parent d05c165ace
commit 6bdb6db330
4 changed files with 4 additions and 6 deletions

View File

@@ -106,7 +106,6 @@ class CsvController extends Controller
'date-format' => Session::get('date-format'),
'has-headers' => Session::get('csv-has-headers')
];
// $fields = ['csv-file', 'csv-date-format', 'csv-has-headers', 'csv-map', 'csv-roles', 'csv-mapped'];
if (Session::has('csv-map')) {
$data['map'] = Session::get('csv-map');
}