X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fconfig%2FEtcdConfig.php;h=6605c38d5a5924ec921d06c6cf7150d7f9c2d923;hp=c57eba7ceb638a2f9853e5e005ed2f9c920137e2;hb=36395150104588f2afea866c330b683e4329fa48;hpb=d56b46598d58f16eb8d7c8252083bbf3844e5430 diff --git a/includes/config/EtcdConfig.php b/includes/config/EtcdConfig.php index c57eba7ceb..6605c38d5a 100644 --- a/includes/config/EtcdConfig.php +++ b/includes/config/EtcdConfig.php @@ -243,7 +243,7 @@ class EtcdConfig implements Config, LoggerAwareInterface { $info = json_decode( $rbody, true ); if ( $info === null || !isset( $info['node']['nodes'] ) ) { - return [ null, $rcode, "Unexpected JSON response; missing 'nodes' list.", false ]; + return [ null, "Unexpected JSON response; missing 'nodes' list.", false ]; } $config = [];