diff options
Diffstat (limited to 'src/web/_views/comments.php')
-rw-r--r-- | src/web/_views/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 0828753..d566549 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -17,7 +17,7 @@ ?> <div class="new"> <h3><?=lang('new_comment_title')?></h3> - <form id="new_comment" method="get" action="<?=lang('base_path') . '_comments/post'?>"> + <form id="new_comment" method="get" action="<?=$this->get_url('_comments/post')?>"> <div><input type="text" name="author" |