From d445b977fc63a4a97b91dd7fc047029115ffaf18 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 14 Apr 2010 11:09:54 +0200 Subject: [PATCH] move comment to correct place --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2