Completed
Push — master ( 6d742b...a712f0 )
by Jacob
03:01
created
module/form/CommentSubmitModule.class.inc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -116,6 +116,9 @@
 block discarded – undo
116 116
         return $response['id'];
117 117
     }
118 118
 
119
+    /**
120
+     * @param string $commentId
121
+     */
119 122
     private function redirectToComment($commentId)
120 123
     {
121 124
         $url = '';
Please login to merge, or discard this patch.