Project

General

Profile

« Previous | Next » 

Revision 354

Added by ryan over 18 years ago

Fixed typo in news save comment page #282

View differences:

trunk/CHANGELOG
13 13
------------------------------------- 2.6.4 -------------------------------------
14 14
20-May-2006 Ryan Djurovich
15 15
#	Fixed security issues related to #237
16
#	Fixed typo in news save comment page (#282)
16 17
19-May-2006 Ryan Djurovich
17 18
#	Fixed problem in forgotten login form where email field is too short (#207)
18 19
#	Fixed typo in forgotten login details email (#190)
trunk/wb/modules/news/save_comment.php
39 39

  
40 40
// Validate all fields
41 41
if($admin->get_post('title') == '' AND $admin->get_post('comment') == '') {
42
	$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);
42
	$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);
43 43
} else {
44 44
	$title = $admin->add_slashes($admin->get_post('title'));
45 45
	$comment = $admin->add_slashes($admin->get_post('comment'));

Also available in: Unified diff