<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -243,9 +243,9 @@ def process_comment_submission(handler, article):
 
     # If we aren't administrator, abort if bad captcha
     if not users.is_current_user_admin():
-        if property_hash['captcha'] != get_captcha(article.key()):
+        if property_hash.get('captcha', None) != get_captcha(article.key()):
             logging.info(&quot;Received captcha (%s) != %s&quot;, 
-                          property_hash['captcha'], 
+                          property_hash.get('captcha', None),
                           get_captcha(article.key()))
             handler.error(401)      # Unauthorized
             return</diff>
      <filename>handlers/bloog/blog.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>46c0a0ec9aa98d8f2af21943c5afc91ff4b1d744</id>
    </parent>
  </parents>
  <author>
    <name>Nick Johnson</name>
    <email>arachnid@notdot.net</email>
  </author>
  <url>http://github.com/DocSavage/bloog/commit/31a1ca14982c621e97bc85bf48c1ecd36085349f</url>
  <id>31a1ca14982c621e97bc85bf48c1ecd36085349f</id>
  <committed-date>2008-11-27T23:22:11-08:00</committed-date>
  <authored-date>2008-11-27T23:22:11-08:00</authored-date>
  <message>Fixed issue checking for captcha when it is not supplied.</message>
  <tree>e95579c4b5e4878e4daecb8b7c7d4f75cda330f8</tree>
  <committer>
    <name>Nick Johnson</name>
    <email>arachnid@notdot.net</email>
  </committer>
</commit>
