]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
output on fixup_hashtags
authorEvan Prodromou <evan@prodromou.name>
Wed, 30 Jul 2008 19:17:53 +0000 (15:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 30 Jul 2008 19:17:53 +0000 (15:17 -0400)
darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz

fixup_hashtags.php

index d5cf8ca85c4b3214e2ace991d9614337c3db0bd5..04f50afdf8cd5bdcc3b09f45092c871ac95700c5 100755 (executable)
@@ -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);