diff options
Diffstat (limited to 'scripts/fixup_notices_rendered.php')
-rwxr-xr-x | scripts/fixup_notices_rendered.php | 2 |
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) { |