call the good parent method in the overloading of sloBrws

This commit is contained in:
<bdauvergne@entrouvert.com> 1210068790 +0200 0001-01-01 00:00:00 +00:00
parent 7e0d10b2f1
commit c9900595d6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class MyEndPoint extends LassoSPKitSaml2Endpoint {
}
function sloBrws() {
$ret = parent::sloSoap();
$ret = parent::sloBrws();
$this->handleSlo($ret);
}
function sloSoap() {