diff options
-rwxr-xr-x | fixup_hashtags.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixup_hashtags.php b/fixup_hashtags.php index d5cf8ca85..04f50afdf 100755 --- a/fixup_hashtags.php +++ b/fixup_hashtags.php @@ -35,7 +35,7 @@ $notice = new Notice(); $cnt = $notice->find(); while ($notice->fetch()) { - common_log(LOG_INFO, 'Getting replies for notice #' . $notice->id); + common_log(LOG_INFO, 'Getting tags for notice #' . $notice->id); $notice->saveTags(); $original = clone($notice); $notice->rendered = common_render_content($notice->content, $notice); |