Skip to content

Commit

Permalink
Fix broken remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Nov 9, 2014
1 parent 3265bcc commit 102c18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backstage/ranks.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<input type="text" class="form-control" name="rank[<?php echo $cur_rank['id'] ?>][min_posts]" value="<?php echo $cur_rank['min_posts'] ?>" maxlength="7" />
</td>
<td>
<a href="menu.php?del_item=<?php echo $cur_rank['id'] ?>" class="btn btn-danger">Delete</a>
<input class="btn btn-danger" type="submit" name="remove[<?php echo $cur_rank['id'] ?>]" value="<?php echo $lang['Remove'] ?>" />
</td>
</tr>
<?php
Expand Down

0 comments on commit 102c18c

Please sign in to comment.