Passed
Pull Request — master (#6041)
by David
26:17 queued 15:21
created
html/user/forum_rate.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     $user = get_logged_in_user();
44 44
 
45 45
     if ($choice == null && ($rating == null || $rating > 2 || $rating < -2)) {
46
-        show_result_page(false, NULL, NULL, $choice);
46
+        show_result_page(false, null, null, $choice);
47 47
     }
48 48
 
49 49
     $post = BoincPost::lookup_id($post_id);
Please login to merge, or discard this patch.