Skip to content

Commit 416070b

Browse files
authored
Fix #24 - fixed typo
1 parent 5322998 commit 416070b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin/new-user.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h2>Add new user</h2>
1010
</div>
1111

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

0 commit comments

Comments
 (0)