Changeset 1186

Show
Ignore:
Timestamp:
07/04/07 12:48:58 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* RESOLVED - bug 95: Generic comments: Delete comment returning blank page
http://trac.elgg.org/show_bug.cgi?id=95

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/generic_comments/comments_actions.php

    r1180 r1186  
    113113                        } 
    114114                    } 
    115                     if ($comment_form_type == 'integrated') { 
     115                    if (($comment_form_type == 'integrated') || ($comment_form_type == 'inline')) { 
    116116                        $redirect_url = get_url($comment->object_id,$comment->object_type); 
    117117                } elseif ($comment_form_type == 'separate') {