Skip to content

Commit c4929e7

Browse files
committed
Fix sorting files in MCW
1 parent a53cd2d commit c4929e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resources/contao/templates/widget_filetree.html5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ $requestToken = System::getContainer()->get('contao.csrf.token_manager')->getDef
4848
</script>
4949
<?php endif; ?>
5050
<?php if ($this->hasOrder): ?>
51-
<script>Backend.makeMultiSrcSortable("sort_<?= $this->id ?>", "ctrl_<?= $this->orderId ?>", "ctrl_<?= $this->id ?>")</script>
51+
<script>Backend.makeMultiSrcSortable("sort_<?= $this->id ?>", "ctrl_<?= $this->id ?>", "ctrl_<?= $this->id ?>")</script>
5252
<?php endif; ?>
5353
</div>

0 commit comments

Comments
 (0)