Commit c181994f authored by Bas de Nooijer's avatar Bas de Nooijer

Exact compare

parent b5c2925c
......@@ -437,7 +437,7 @@ class Loadbalancer extends AbstractPlugin
$adapter = $this->client->getAdapter();
// save adapter presets (once) to allow the settings to be restored later
if ($this->defaultEndpoint == null) {
if ($this->defaultEndpoint === null) {
$this->defaultEndpoint = $this->client->getEndpoint()->getKey();
}
......
Markdown is supported
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