<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>feathers/photo/lib/.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-./*
+*</diff>
      <filename>includes/caches/.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -73,7 +73,11 @@
 							&lt;td rowspan=&quot;2&quot; class=&quot;checkbox center&quot;&gt;
 								&lt;input type=&quot;checkbox&quot; name=&quot;comment[$comment.id]&quot; value=&quot;&quot; id=&quot;comment_checkbox_$comment.id&quot; /&gt;
 							&lt;/td&gt;
-							&lt;td class=&quot;main&quot;&gt;&lt;a href=&quot;$comment.post.url#comment_$comment.id&quot;&gt;${ comment.post.title | truncate }&lt;/a&gt;&lt;/td&gt;
+							&lt;td class=&quot;main&quot;&gt;
+								{% if not comment.post.no_results %}
+								&lt;a href=&quot;$comment.post.url#comment_$comment.id&quot;&gt;${ comment.post.title | truncate }&lt;/a&gt;
+								{% endif %}
+							&lt;/td&gt;
 							&lt;td&gt;${ comment.user.full_name | fallback(comment.user.login) | fallback(comment.author) }&lt;/td&gt;
 							&lt;td&gt;${ comment.created_at | strftime }&lt;/td&gt;
 							&lt;td&gt;${ comment.status | capitalize | translate(&quot;comments&quot;) }&lt;/td&gt;</diff>
      <filename>modules/comments/pages/admin/manage_comments.twig</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c1617056ff4fc12869610b41af1cc4ea760c876e</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/0885375588bab452422789686e960cd124ce81f7</url>
  <id>0885375588bab452422789686e960cd124ce81f7</id>
  <committed-date>2008-06-20T23:32:36-07:00</committed-date>
  <authored-date>2008-06-20T23:32:36-07:00</authored-date>
  <message>Manage &gt; Comments shouldn't throw errors if the post it belongs to no longer exists. [#114 state:resolved]</message>
  <tree>c1e9ada269265013a5a01373aa41daf1ff4b033f</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
