output on fixup_hashtags
darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz
This commit is contained in:
parent
353aa5a0d8
commit
0f4be67392
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user