Project

General

Profile

« Previous | Next » 

Revision 354

Added by ryan almost 18 years ago

Fixed typo in news save comment page #282

View differences:

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