<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -90,7 +90,7 @@ class CommentsController &lt; BaseController
     @comment.author_ip = request.remote_ip #save the ip address for everyone, just because
     
     respond_to do |format|
-      if verify_recaptcha(@comment) &amp;&amp; @comment.save
+      if (logged_in? || verify_recaptcha(@comment)) &amp;&amp; @comment.save
         @commentable.add_comment @comment
         UserNotifier.deliver_comment_notice(@comment) if @comment.should_notify_recipient?
         @comment.notify_previous_commenters</diff>
      <filename>app/controllers/comments_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ae009bf6d4f1c97a786fbb5187a46e30656b2a8</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </author>
  <url>http://github.com/bborn/communityengine/commit/fe1353711acc1602808334e7e433736977420260</url>
  <id>fe1353711acc1602808334e7e433736977420260</id>
  <committed-date>2008-08-21T21:36:29-07:00</committed-date>
  <authored-date>2008-08-21T21:36:29-07:00</authored-date>
  <message>oops, silly. verifying captcha even when logged in will not work.</message>
  <tree>67710fcededfb06eb67b893b1755f05531c7ff33</tree>
  <committer>
    <name>Bruno Bornsztein</name>
    <email>bruno@otis.local</email>
  </committer>
</commit>
