Revision 354
Added by ryan over 18 years ago
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.'§ion_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.'§ion_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
Fixed typo in news save comment page #282