diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-10-09 21:02:17 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-10-09 21:02:17 +0100 |
| commit | daf34d43ba5e888a45d11a75c74019f07021ac04 (patch) | |
| tree | a1108579356244a75c70d9eef2440496b9fe0da1 /resources/views/modules/statistics-chart/custom.phtml | |
| parent | b61582236f5a969145bd4dc956c10035d9ce520a (diff) | |
| download | webtrees-daf34d43ba5e888a45d11a75c74019f07021ac04.tar.gz webtrees-daf34d43ba5e888a45d11a75c74019f07021ac04.tar.bz2 webtrees-daf34d43ba5e888a45d11a75c74019f07021ac04.zip | |
Fix: #2607 - site logs don't work with new routing
Diffstat (limited to 'resources/views/modules/statistics-chart/custom.phtml')
| -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 0858373ca8..55e9bf114a 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -11,7 +11,7 @@ use Fisharebest\Webtrees\View; </h4> <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('/module/' . $module->name() . '/CustomChart') ?>"> + <input type="hidden" name="route" value="<?= e(route('module', ['module' => $module->name(), 'action' => 'CustomChart'])) ?>"> <input type="hidden" name="ged" value="<?= e($tree->name()) ?>"> <div class="form-group row"> <div class="col-sm-2 wt-page-options-label"> |
