@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | ), |
| 126 | 126 | // Note: some modules use 'layout', others 'style' |
| 127 | 127 | ]); |
| 128 | - $content = view('modules/charts/chart', [ |
|
| 128 | + $content = view('modules/charts/chart', [ |
|
| 129 | 129 | 'block_id' => $block_id, |
| 130 | 130 | 'chart_url' => $chart_url, |
| 131 | 131 | ]); |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | 'generations' => $this->getBlockSetting($block_id, 'descendants_generations', '2'), |
| 146 | 146 | 'chart_style' => DescendancyChartModule::CHART_STYLE_TREE, |
| 147 | 147 | ]); |
| 148 | - $content = view('modules/charts/chart', [ |
|
| 148 | + $content = view('modules/charts/chart', [ |
|
| 149 | 149 | 'block_id' => $block_id, |
| 150 | 150 | 'chart_url' => $chart_url, |
| 151 | 151 | ]); |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | 'ajax' => true, |
| 166 | 166 | 'generations' => $this->getBlockSetting($block_id, 'hourglass_generations', '2'), |
| 167 | 167 | ]); |
| 168 | - $content = view('modules/charts/chart', [ |
|
| 168 | + $content = view('modules/charts/chart', [ |
|
| 169 | 169 | 'block_id' => $block_id, |
| 170 | 170 | 'chart_url' => $chart_url, |
| 171 | 171 | ]); |