@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | 'style' => $this->getBlockSetting($block_id, 'pedigree_style', |
| 117 | 117 | PedigreeChartModule::DEFAULT_STYLE), |
| 118 | 118 | ]); |
| 119 | - $content = view('modules/charts/chart', [ |
|
| 119 | + $content = view('modules/charts/chart', [ |
|
| 120 | 120 | 'block_id' => $block_id, |
| 121 | 121 | 'chart_url' => $chart_url, |
| 122 | 122 | ]); |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | 'generations' => $this->getBlockSetting($block_id, 'descendants_generations', '2'), |
| 137 | 137 | 'chart_style' => DescendancyChartModule::CHART_STYLE_TREE, |
| 138 | 138 | ]); |
| 139 | - $content = view('modules/charts/chart', [ |
|
| 139 | + $content = view('modules/charts/chart', [ |
|
| 140 | 140 | 'block_id' => $block_id, |
| 141 | 141 | 'chart_url' => $chart_url, |
| 142 | 142 | ]); |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | 'ajax' => true, |
| 157 | 157 | 'generations' => $this->getBlockSetting($block_id, 'hourglass_generations', '2'), |
| 158 | 158 | ]); |
| 159 | - $content = view('modules/charts/chart', [ |
|
| 159 | + $content = view('modules/charts/chart', [ |
|
| 160 | 160 | 'block_id' => $block_id, |
| 161 | 161 | 'chart_url' => $chart_url, |
| 162 | 162 | ]); |