From c9900595d6d29a0fbf537436df2e7b58e05d27c2 Mon Sep 17 00:00:00 2001 From: Date: Tue, 6 May 2008 12:13:10 +0200 Subject: [PATCH] call the good parent method in the overloading of sloBrws --- endpoints/saml2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {