summaryrefslogtreecommitdiff
path: root/resources/views/edit/reorder-media.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-10-15 18:03:35 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-10-15 18:03:35 +0100
commita437889ddbe8028b0406cbe2795e8799756258d8 (patch)
treecad361fca44801a8fedbcba82cdd3604a8fc968d /resources/views/edit/reorder-media.phtml
parentcd0fe2c5b6698ae38ef08c379f9fc6eccf19ed17 (diff)
downloadwebtrees-a437889ddbe8028b0406cbe2795e8799756258d8.tar.gz
webtrees-a437889ddbe8028b0406cbe2795e8799756258d8.tar.bz2
webtrees-a437889ddbe8028b0406cbe2795e8799756258d8.zip
Fix: missing tree parameter on various edit routes
Diffstat (limited to 'resources/views/edit/reorder-media.phtml')
-rw-r--r--resources/views/edit/reorder-media.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/reorder-media.phtml b/resources/views/edit/reorder-media.phtml
index 78241961c1..345891621e 100644
--- a/resources/views/edit/reorder-media.phtml
+++ b/resources/views/edit/reorder-media.phtml
@@ -3,7 +3,7 @@
<h2 class="wt-page-title"><?= $title ?></h2>
-<form method="post" action="<?= e(route('reorder-media-action')) ?>" class="wt-page-content">
+<form method="post" action="<?= e(route('reorder-media-action', ['tree' => $tree->name()])) ?>" class="wt-page-content">
<?= csrf_field() ?>
<input type="hidden" name="tree" value="<?= e($individual->tree()->name()) ?>">
<input type="hidden" name="xref" value="<?= e($individual->xref()) ?>">