@@ -164,7 +164,8 @@ |
||
164 | 164 | |
165 | 165 | if ($source == "flagged") { |
166 | 166 | $this->redirect('flaggedComments'); |
167 | - } else { |
|
167 | + } |
|
168 | + else { |
|
168 | 169 | $this->redirect('viewRequest', null, array('id' => $requestId)); |
169 | 170 | } |
170 | 171 | } |