diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/categorize.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 7091ff1cf..e7435e1c7 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -7,7 +7,7 @@ <div class="box-title"><label for="new-category"><?php echo _t('add_category'); ?></label></div> <div class="box-content"> - <form action="" methos="post"> + <form action="<?php echo _url('category', 'create'); ?>" method="post"> <input type="text" id="new-category" name="new-category" placeholder="<?php echo _t('new_category'); ?>" /> <input type="submit" value="<?php echo _t('submit'); ?>" /> </form> |
