Skip to content

Commit 9239a4f

Browse files
committed
Fix the second "Save" button -> addition to previous commit
1 parent 00fe1ad commit 9239a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/pages/menus.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
</div>
169169
<div class="row pb-2">
170170
<div class="col-md-12">
171-
<button type="submit" class="btn btn-info">Save</button>
171+
<button type="submit" name="save" class="btn btn-info">Save</button>
172172
<?php
173173
echo '<button type="button" class="btn btn-danger float-right" value="Cancel" onclick="window.location = \'' . ADMIN_URL . '?p=menus\';"><i class="fas fa-cancel"></i> Cancel</button>';
174174
?>

0 commit comments

Comments
 (0)