diff --git a/endpoints/saml2.php b/endpoints/saml2.php index e4caa27..1c79d8b 100644 --- a/endpoints/saml2.php +++ b/endpoints/saml2.php @@ -25,7 +25,7 @@ class MyEndPoint extends LassoSPKitSaml2Endpoint { } function sloBrws() { - $ret = parent::sloSoap(); + $ret = parent::sloBrws(); $this->handleSlo($ret); } function sloSoap() {