<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -445,7 +445,7 @@ class Person &lt; ActiveRecord::Base
       :order =&gt; 'created_at desc',
       :conditions =&gt; &quot;model_name in (#{classes.join(',')})&quot;,
       :limit =&gt; 25
-    ).map { |item| item.object }.select { |o| o and (o.respond_to?(:person_id) ? o.person_id == self.id : o.people.include?(self)) and not (o.respond_to?(:deleted?) and o.deleted?) }
+    ).map { |item| item.object }.uniq.select { |o| o and (o.respond_to?(:person_id) ? o.person_id == self.id : o.people.include?(self)) and not (o.respond_to?(:deleted?) and o.deleted?) }
   end
   
   alias_method :groups_without_linkage, :groups</diff>
      <filename>app/models/person.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>372e6b9cdf2ad1f88b4307679db3c8c1e20bb0bf</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody/commit/6849ebe86834dbaf74321d6f86faa6aa57c17128</url>
  <id>6849ebe86834dbaf74321d6f86faa6aa57c17128</id>
  <committed-date>2008-10-15T08:42:40-07:00</committed-date>
  <authored-date>2008-10-15T06:14:00-07:00</authored-date>
  <message>Don't show duplicate items in the blog.</message>
  <tree>3bd1c52248277c6114c28e0d0295f9b2b66427fb</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
