Skip to content

Commit

Permalink
Fix #24 - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryx authored Apr 4, 2018
1 parent 5322998 commit 416070b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/new-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h2>Add new user</h2>
</div>

<form action="<?php echo WEB_URL;?>/admin/?do=new-use&new=user" method="POST" class="form-horizontal">
<form action="<?php echo WEB_URL;?>/admin/?do=new-user&new=user" method="POST" class="form-horizontal">
<?php if (isset($message))
{?>
<p class="alert alert-danger"><?php echo $message?></p>
Expand Down Expand Up @@ -51,4 +51,4 @@
</div>
</div>
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Submit");?></button>
</form>
</form>

0 comments on commit 416070b

Please sign in to comment.