diff --git a/fixup_hashtags.php b/fixup_hashtags.php index d5cf8ca85c..04f50afdf8 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);