X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fixup_hashtags.php;h=04f50afdf8cd5bdcc3b09f45092c871ac95700c5;hb=35d17146213228445b0f30548aca01c9e1a71154;hp=d5cf8ca85c4b3214e2ace991d9614337c3db0bd5;hpb=5d84485001ace75c49cdc295b4ed3540db83e988;p=quix0rs-gnu-social.git 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);