Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 353)
+++ trunk/CHANGELOG	(revision 354)
@@ -13,6 +13,7 @@
 ------------------------------------- 2.6.4 -------------------------------------
 20-May-2006 Ryan Djurovich
 #	Fixed security issues related to #237
+#	Fixed typo in news save comment page (#282)
 19-May-2006 Ryan Djurovich
 #	Fixed problem in forgotten login form where email field is too short (#207)
 #	Fixed typo in forgotten login details email (#190)
Index: trunk/wb/modules/news/save_comment.php
===================================================================
--- trunk/wb/modules/news/save_comment.php	(revision 353)
+++ trunk/wb/modules/news/save_comment.php	(revision 354)
@@ -39,7 +39,7 @@
 
 // Validate all fields
 if($admin->get_post('title') == '' AND $admin->get_post('comment') == '') {
-	$admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], WB_URL.'/modules/modify_comment.php?page_id='.$page_id.'&section_id='.$section_id.'comment_id='.$id);
+	$admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], WB_URL.'/modules/news/modify_comment.php?page_id='.$page_id.'&section_id='.$section_id.'comment_id='.$id);
 } else {
 	$title = $admin->add_slashes($admin->get_post('title'));
 	$comment = $admin->add_slashes($admin->get_post('comment'));
