[Web] Minor fix in return

This commit is contained in:
andryyy
2019-01-16 19:11:17 +01:00
parent 2d07a0d6e6
commit f924f9b5cd

View File

@@ -1487,7 +1487,7 @@ function solr_status() {
// 'log' => array(__FUNCTION__, $action, $service_name, $attr1, $attr2, $extra_headers),
// 'msg' => $err,
// )));
return $err;
return false;
}
else {
curl_close($curl);