From: Evan Prodromou Date: Wed, 20 Apr 2011 20:12:49 +0000 (-0400) Subject: accidentally stored wrong personaltagcloudsection X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e686199616c48cc7e9ff922b7ed94fa5f1611be3;p=quix0rs-gnu-social.git accidentally stored wrong personaltagcloudsection --- diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index cc1693abcb..c861c4f57f 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -58,8 +58,6 @@ class PersonalTagCloudSection extends TagCloudSection function getTags() { - $inbox = Inbox::staticGet('user_id', $this->user->id); - $weightexpr = common_sql_weight('notice_tag.created', common_config('tag', 'dropoff')); // @fixme should we use the cutoff too? Doesn't help with indexing per-user.