output on fixup_hashtags

darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz
This commit is contained in:
Evan Prodromou 2008-07-30 15:17:53 -04:00
parent 353aa5a0d8
commit 0f4be67392
1 changed files with 1 additions and 1 deletions

View File

@ -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);