hamishcampbell / silverstripe-auth-external

SilverStripe External Authentication Module
13 stars 21 forks source link

$SQL_anchor should be $RAW_external_anchor in ExternalAuthenticator #6

Closed pitchandtone closed 12 years ago

pitchandtone commented 13 years ago

Line 760, 767 and 769 all contain references to a variable $SQL_anchor which doesn't exist. It should be $RAW_external_anchor.