Passed
Push — master ( 0e50ab...f09f40 )
by John
07:21
created
app/Http/Controllers/ProblemController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     {
66 66
         $problem=new ProblemModel();
67 67
         $prob_detail=$problem->detail($pcode);
68
-        if(blank($prob_detail) || $problem->isHidden($prob_detail["pid"])) {
68
+        if (blank($prob_detail) || $problem->isHidden($prob_detail["pid"])) {
69 69
             return redirect("/problem");
70 70
         }
71 71
         if ($problem->isBlocked($prob_detail["pid"])) {
Please login to merge, or discard this patch.