diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-10 22:18:35 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-10 23:46:23 +0100 |
| commit | d72b284a0846ca045e548a1c77ad11813bcbab92 (patch) | |
| tree | c78962f625387d5690001276a686412b43655dd1 /resources/views/modules/statistics-chart | |
| parent | 2d49f7de3b1ce9163abdb1271bf1de85850457d4 (diff) | |
| download | webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.tar.gz webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.tar.bz2 webtrees-d72b284a0846ca045e548a1c77ad11813bcbab92.zip | |
Working on routing
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index 55e9bf114a..8edbd0fa8a 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -12,7 +12,7 @@ use Fisharebest\Webtrees\View; <form method="get" action="<?= e(route('module', ['module' => $module->name(), 'action' => 'CustomChart'])) ?>" id="own-stats-form" class="wt-page-options wt-page-options-statistics"> <input type="hidden" name="route" value="<?= e(route('module', ['module' => $module->name(), 'action' => 'CustomChart'])) ?>"> - <input type="hidden" name="ged" value="<?= e($tree->name()) ?>"> + <input type="hidden" name="tree" value="<?= e($tree->name()) ?>"> <div class="form-group row"> <div class="col-sm-2 wt-page-options-label"> <?= I18N::translate('Chart type') ?> |
