]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - fixup_hashtags.php
Twitter-compatible API: support for new in_reply_to_status_id in statuses/update
[quix0rs-gnu-social.git] / 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);