From: Brion Vibber Date: Wed, 14 Apr 2010 09:09:54 +0000 (+0200) Subject: move comment to correct place X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d445b977fc63a4a97b91dd7fc047029115ffaf18;p=quix0rs-gnu-social.git move comment to correct place --- diff --git a/classes/Notice.php b/classes/Notice.php index b416e2ff28..b0ead3c420 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -148,11 +148,11 @@ class Notice extends Memcached_DataObject //turn each into their canonical tag //this is needed to remove dupes before saving e.g. #hash.tag = #hashtag for($i=0; $isaveTag($hashtag); self::blow('profile:notice_ids_tagged:%d:%s', $this->profile_id, $hashtag); }