Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change NULL to null
for consistency.
  • Loading branch information
Quy committed Feb 21, 2019
1 parent 5c5bcfa commit 77a8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -26,7 +26,7 @@
<?php <?php


// If no footer style has been specified, we use the default (only copyright/debug info) // If no footer style has been specified, we use the default (only copyright/debug info)
$footer_style = isset($footer_style) ? $footer_style : NULL; $footer_style = isset($footer_style) ? $footer_style : null;


if (($footer_style == 'viewforum' || $footer_style == 'viewtopic') && $is_admmod) if (($footer_style == 'viewforum' || $footer_style == 'viewtopic') && $is_admmod)
{ {
Expand Down

0 comments on commit 77a8926

Please sign in to comment.