move comment to correct place
This commit is contained in:
parent
9463287710
commit
d445b977fc
@ -148,11 +148,11 @@ class Notice extends Memcached_DataObject
|
|||||||
//turn each into their canonical tag
|
//turn each into their canonical tag
|
||||||
//this is needed to remove dupes before saving e.g. #hash.tag = #hashtag
|
//this is needed to remove dupes before saving e.g. #hash.tag = #hashtag
|
||||||
for($i=0; $i<count($hashtags); $i++) {
|
for($i=0; $i<count($hashtags); $i++) {
|
||||||
|
/* elide characters we don't want in the tag */
|
||||||
$hashtags[$i] = common_canonical_tag($hashtags[$i]);
|
$hashtags[$i] = common_canonical_tag($hashtags[$i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach(array_unique($hashtags) as $hashtag) {
|
foreach(array_unique($hashtags) as $hashtag) {
|
||||||
/* elide characters we don't want in the tag */
|
|
||||||
$this->saveTag($hashtag);
|
$this->saveTag($hashtag);
|
||||||
self::blow('profile:notice_ids_tagged:%d:%s', $this->profile_id, $hashtag);
|
self::blow('profile:notice_ids_tagged:%d:%s', $this->profile_id, $hashtag);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user