[Web] Minor fix in return

master
andryyy 2019-01-16 19:11:17 +01:00
parent 2d07a0d6e6
commit f924f9b5cd
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

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);