Fixed a bug where comments could be submitted without any content
and where the hitcount was incremented before the program checked if the post existed
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"new_post_url": "/post",
|
||||
"signup_url": "/signup",
|
||||
"edit_post_base_url": "/edit",
|
||||
"default_comenter_username": "Anon",
|
||||
"default_commenter_username": "Anon",
|
||||
"rss": true,
|
||||
"atom": true,
|
||||
"date_format": "yyyy-MM-dd",
|
||||
|
||||
Reference in New Issue
Block a user