We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -130,7 +130,7 @@ |
||
130 | 130 | AND receiver_delete = ' . $db->escapeBoolean(false) . ' |
131 | 131 | ORDER BY send_time DESC'); |
132 | 132 | while ($db->nextRecord()) { |
133 | - $groupBox =& $messageBox['GroupedMessages'][$db->getInt('sender_id')]; |
|
133 | + $groupBox = & $messageBox['GroupedMessages'][$db->getInt('sender_id')]; |
|
134 | 134 | // Limit the number of messages in each group |
135 | 135 | if (!isset($groupBox['Messages']) || count($groupBox['Messages']) < MESSAGE_SCOUT_GROUP_LIMIT) { |
136 | 136 | displayMessage($groupBox, $db->getInt('message_id'), $db->getInt('account_id'), $db->getInt('sender_id'), $player->getGameID(), stripslashes($db->getField('message_text')), $db->getInt('send_time'), $db->getBoolean('msg_read'), MSG_SCOUT, $player->getAccount()); |