Skip to content

Commit

Permalink
mlorphans: Fix orphaned_images multi select form id naming for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Feb 17, 2024
1 parent e3fe0b2 commit 556823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/admin/mlorphans_task.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function exclude_image_matches(&$_images, $keys) {
echo '<span class="msg_notice no-margin"><span class="icon-attention-circled" aria-hidden="true"></span> ' . MLORPHAN_MTASK_LAST_ACTION_NOTE . "</span>\n";

echo ' <div id="serendipity_orphaned_images">
<form id="#formMultiSelect" name="formMultiSelect" action="?" method="POST">
<form id="formMultiSelect" name="formMultiSelect" action="?" method="POST">
'.serendipity_setFormToken().'
<input type="hidden" name="serendipity[adminModule]" value="maintenance">
<input type="hidden" name="serendipity[adminAction]" value="imageorphans">
Expand Down

0 comments on commit 556823d

Please sign in to comment.