Skip to content

Commit 59b883a

Browse files
committed
fixing typo
1 parent 7a51f04 commit 59b883a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function WildMatch(string $string, string $expression) : bool
192192

193193
function SendToChat(string $Where, array $Payload) : bool
194194
{
195-
error_log("Sending Payload ".json_encode($PayLoad)." to {$Where}");
195+
error_log("Sending Payload ".json_encode($Payload)." to {$Where}");
196196
global $chatChannels;
197197
$useRC = true;
198198
$useTeams = true;

0 commit comments

Comments
 (0)