]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
accidentally stored wrong personaltagcloudsection
authorEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 20:12:49 +0000 (16:12 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 20:12:49 +0000 (16:12 -0400)
lib/personaltagcloudsection.php

index cc1693abcbb44ca0ed6a6f63db9c7ffd5c69f3d0..c861c4f57f90fb6ceee594b719d2be842cc34acc 100644 (file)
@@ -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.