summaryrefslogtreecommitdiff
path: root/scripts/fixup_notices_rendered.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixup_notices_rendered.php')
-rwxr-xr-xscripts/fixup_notices_rendered.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fixup_notices_rendered.php b/scripts/fixup_notices_rendered.php
index 1fa9f394e..c27185546 100755
--- a/scripts/fixup_notices_rendered.php
+++ b/scripts/fixup_notices_rendered.php
@@ -31,7 +31,7 @@ require_once(INSTALLDIR . '/lib/common.php');
common_log(LOG_INFO, 'Starting to render old notices.');
-$start_at = ($argc > 1) ? $argv[1] : NULL;
+$start_at = ($argc > 1) ? $argv[1] : null;
$notice = new Notice();
if ($start_at) {