summaryrefslogtreecommitdiff
path: root/resources/views/modules/statistics-chart
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-06 12:52:03 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-06 19:08:51 +0100
commit83615acfc72bfb50678c6481f2a00bab04041a87 (patch)
tree72d45e18f900496f605be64b6f99c0078b6b63f9 /resources/views/modules/statistics-chart
parentf1d4b4a2fcc65f3b3bd1d9fb6ff4b678a9e0aea4 (diff)
downloadwebtrees-83615acfc72bfb50678c6481f2a00bab04041a87.tar.gz
webtrees-83615acfc72bfb50678c6481f2a00bab04041a87.tar.bz2
webtrees-83615acfc72bfb50678c6481f2a00bab04041a87.zip
Working on routing
Diffstat (limited to 'resources/views/modules/statistics-chart')
-rw-r--r--resources/views/modules/statistics-chart/custom.phtml2
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 1e80301b8e..c2c039ca93 100644
--- a/resources/views/modules/statistics-chart/custom.phtml
+++ b/resources/views/modules/statistics-chart/custom.phtml
@@ -10,7 +10,7 @@ use Fisharebest\Webtrees\View;
<?= I18N::translate('Create your own chart') ?>
</h4>
- <form id="own-stats-form" action="index.php" class="wt-page-options wt-page-options-statistics">
+ <form method="get" action="<?= e(route('module')) ?>" action="index.php" id="own-stats-form" class="wt-page-options wt-page-options-statistics">
<input type="hidden" name="route" value="module">
<input type="hidden" name="module" value="<?= e($module->name()) ?>">
<input type="hidden" name="action" value="CustomChart">