diff --git a/mnet/xmlrpc/client.php b/mnet/xmlrpc/client.php index ed92f3f44ab..2376e5fe0e5 100644 --- a/mnet/xmlrpc/client.php +++ b/mnet/xmlrpc/client.php @@ -192,7 +192,7 @@ class mnet_xmlrpc_client { $this->rawresponse = curl_exec($ch); $timestamp_receive = time(); - if ($this->rawresponse == false) { + if ($this->rawresponse === false) { $this->error[] = curl_errno($ch) .':'. curl_error($ch); return false; }