From: Evan Prodromou Date: Wed, 30 Jul 2008 19:17:53 +0000 (-0400) Subject: output on fixup_hashtags X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f4be673920be78e47642e5fe8df39fcd46a85f4;p=quix0rs-gnu-social.git output on fixup_hashtags darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz --- 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);