Globalize getColorForState function (#10944)

* globalize getColorForState function
This commit is contained in:
SourceDoctor
2019-12-17 22:27:08 +01:00
committed by PipoCanaja
parent ae7eee438f
commit f835198a45
6 changed files with 26 additions and 28 deletions

View File

@@ -76,7 +76,6 @@ class Hipchat extends Transport
}
}
$data[] = "message=" . urlencode($obj["msg"]);
if ($version == 1) {
$data[] = "room_id=" . urlencode($option["room_id"]);