From 895690e7e54079851d534bea2b35a25840434ac7 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 18 Feb 2013 23:29:31 -0800 Subject: More chat fixes --- ajax/chat.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ajax/chat.ajax.php') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 55f7718..1cbd6be 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -20,7 +20,7 @@ if ($_REQUEST['messages']) { $r[0]['message'] = 'You have been muted; You are muted until '.$date." (The current time is: ".date("Y-m-d H:i:s").")"; $r[0]['secondsSince'] = 0; $r[0]['displayName'] = 'SERVER'; - $r[0]['ID'] = -1; + $r[0]['userID'] = -1; echo json_encode($r); exit; } -- cgit v1.2.3