Show
Ignore:
Timestamp:
03/12/09 09:11:52 (9 months ago)
Author:
fumiakiy
Message:

Merged sockfish to trunk. "svn merge -r3114:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish/ ."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/extlib/Net/OpenID/IndirectMessage.pm

    r2758 r3531  
    7575    # but act like it's a normal 1.1 request. 
    7676    # We do this by just pretending that ns wasn't set at all. 
    77     if ($ns eq 'http://openid.net/signon/1.1' || $ns eq 'http://openid.net/signon/1.0') { 
     77    if ($ns && ($ns eq 'http://openid.net/signon/1.1' || $ns eq 'http://openid.net/signon/1.0')) { 
    7878        $ns = undef; 
    7979    }