]> git.openstreetmap.org Git - osqa.git/commitdiff
OSQA-747, applying patch that resolves potential problem with the OpenID Auth consume...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 20 Aug 2011 10:14:57 +0000 (10:14 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sat, 20 Aug 2011 10:14:57 +0000 (10:14 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1161 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum_modules/openidauth/consumer.py

index 6ed5b2b111e3545a1eac1d21cfb789c0b7c6d040..ee25f39eba51a04d3f2682065ede752befaf6230 100644 (file)
@@ -123,7 +123,7 @@ class OpenIdAbstractAuthConsumer(AuthenticationConsumer):
             ax_schema = getattr(self, 'dataype2ax_schema', False)
 
             if ax_schema:
-                ax = AXFetchResponse.fromSuccessResponse(openid_response)
+                ax = AXFetchResponse.fromSuccessResponse(openid_response, False)
 
                 if ax:
                     axargs = ax.getExtensionArgs()