Passed
Pull Request — master (#5721)
by David
10:32
created
html/user/forum_forum.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         }
75 75
         if ($msg) echo "<p>$msg</p>\n";
76 76
         show_forum_header($user);
77
-        show_forum_title($category, $forum, NULL);
77
+        show_forum_title($category, $forum, null);
78 78
         break;
79 79
     case 1:
80 80
         $team = BoincTeam::lookup_id($forum->category);
Please login to merge, or discard this patch.