<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -357,6 +357,7 @@
 
 				Flash::notice(__(&quot;Selected comments denied.&quot;, &quot;comments&quot;));
 			}
+
 			if (isset($_POST['approve'])) {
 				foreach ($comments as $comment) {
 					$comment = new Comment($comment);
@@ -371,6 +372,7 @@
 
 				Flash::notice(__(&quot;Selected comments approved.&quot;, &quot;comments&quot;));
 			}
+
 			if (isset($_POST['spam'])) {
 				foreach ($comments as $comment) {
 					$comment = new Comment($comment);
@@ -388,9 +390,9 @@
 			if (!empty($config-&gt;defensio_api_key)) {
 				$defensio = new Defensio($config-&gt;url, $config-&gt;defensio_api_key);
 				if (!empty($false_positives))
-					$defensio-&gt;submitFalsePositives(array(&quot;owner-url&quot; =&gt; $config-&gt;url, &quot;signatures&quot; =&gt; implode(&quot;,&quot;, $false_positives)));
+					$defensio-&gt;submitFalsePositives(implode(&quot;,&quot;, $false_positives));
 				if (!empty($false_negatives))
-					$defensio-&gt;submitFalseNegatives(array(&quot;owner-url&quot; =&gt; $config-&gt;url, &quot;signatures&quot; =&gt; implode(&quot;,&quot;, $false_negatives)));
+					$defensio-&gt;submitFalseNegatives(implode(&quot;,&quot;, $false_negatives));
 			}
 
 			redirect(&quot;/admin/?action=&quot;.$from);</diff>
      <filename>modules/comments/comments.php</filename>
    </modified>
    <modified>
      <diff>@@ -64,8 +64,7 @@
 				$status = $type;
 
 			if (!empty($config-&gt;defensio_api_key)) {
-				$comment = array(&quot;owner-url&quot; =&gt; $config-&gt;url,
-				                 &quot;user-ip&quot; =&gt; $_SERVER['REMOTE_ADDR'],
+				$comment = array(&quot;user-ip&quot; =&gt; $_SERVER['REMOTE_ADDR'],
 				                 &quot;article-date&quot; =&gt; when(&quot;Y/m/d&quot;, $post-&gt;created_at),
 				                 &quot;comment-author&quot; =&gt; $author,
 				                 &quot;comment-type&quot; =&gt; $type,</diff>
      <filename>modules/comments/model.Comment.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>303cba317d4ec3af39c8b45a66a761da0369bb4b</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/12a1e446d0674cb95c26b4a44296d94684a4ed15</url>
  <id>12a1e446d0674cb95c26b4a44296d94684a4ed15</id>
  <committed-date>2008-09-02T16:13:13-07:00</committed-date>
  <authored-date>2008-09-02T16:13:13-07:00</authored-date>
  <message>Fixed Defensio false positive/negative reporting, and removed unnecessary &quot;owner-url&quot; setting from comment audit.</message>
  <tree>a36036c07e1b3b15f422e9bfeccf12d5e1c5fb1b</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
