Skip to content
Snippets Groups Projects
Commit 9082fbeb authored by efalcy's avatar efalcy
Browse files

dev#178882 RT fix

parent e7a67375
1 merge request!4736Dev#178882 connexion qui crashe si on met des identifiants inconnus
Pipeline #24124 passed with stage
in 21 minutes and 40 seconds
......@@ -75,7 +75,7 @@ class Class_WebService_SIGB_Orphee_Service extends Class_WebService_SIGB_Abstrac
}
public function disconnect() :self {
public function disconnect() {
if ($this->_session_strategy && $this->_session_strategy->isConnected())
$this->_session_strategy->disconnect();
$this->_session_strategy = null;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment