X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fconfig%2FEtcdConfig.php;h=6605c38d5a5924ec921d06c6cf7150d7f9c2d923;hb=956c2430c7b8fceb289aaeacc8d6c2e0def2c56e;hp=c57eba7ceb638a2f9853e5e005ed2f9c920137e2;hpb=10d1b7d12b5d097413cd507740c5c71781c2580b;p=lhc%2Fweb%2Fwiklou.git 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 = [];