Failed Conditions
Push — edit-comment ( 76160f )
by Simon
11:18 queued 05:13
created
includes/Pages/PageEditComment.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,8 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.