Update MetricController.php
Fixed a wrong key identifier in createMetricAction method.
This commit is contained in:
@@ -79,7 +79,7 @@ class MetricController extends Controller
|
||||
$metricData['calc_type'],
|
||||
$metricData['display_chart'],
|
||||
$metricData['places'],
|
||||
$metricData['view']
|
||||
$metricData['default_view']
|
||||
));
|
||||
} catch (ValidationException $e) {
|
||||
return Redirect::route('dashboard.metrics.add')
|
||||
|
||||
Reference in New Issue
Block a user