1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00
This commit is contained in:
pkraeutli 2013-10-16 10:50:57 +02:00
parent f1af2c484a
commit 685a91ba53

View File

@ -199,7 +199,7 @@ class HipChatHandler extends SocketHandler
$levelName = $record['level_name'];
}
if (null == $datetime) {
if (null === $datetime) {
$datetime = $record['datetime'];
}
}