Changeset 1186
- Timestamp:
- 07/04/07 12:48:58 (1 year ago)
- Files:
-
- devel/mod/generic_comments/comments_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/comments_actions.php
r1180 r1186 113 113 } 114 114 } 115 if ( $comment_form_type == 'integrated') {115 if (($comment_form_type == 'integrated') || ($comment_form_type == 'inline')) { 116 116 $redirect_url = get_url($comment->object_id,$comment->object_type); 117 117 } elseif ($comment_form_type == 'separate') {
