Passed
Pull Request — master (#5735)
by David
10:14
created
html/user/forum_forum.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
         page_head(sprintf("%s '%s'", tra("Forum"), $forum->title));
71 71
         if ($msg) echo "<p>$msg</p>\n";
72 72
         show_forum_header($user);
73
-        echo forum_title($category, $forum, NULL);
73
+        echo forum_title($category, $forum, null);
74 74
         break;
75 75
     case 1:
76 76
         $team = BoincTeam::lookup_id($forum->category);
Please login to merge, or discard this patch.