summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChatHTTPHeader.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/class/AJAXChatHTTPHeader.php')
-rw-r--r--chat/lib/class/AJAXChatHTTPHeader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/lib/class/AJAXChatHTTPHeader.php b/chat/lib/class/AJAXChatHTTPHeader.php
index f7cff10..7340bfc 100644
--- a/chat/lib/class/AJAXChatHTTPHeader.php
+++ b/chat/lib/class/AJAXChatHTTPHeader.php
@@ -14,7 +14,7 @@ class AJAXChatHTTPHeader {
var $_constant;
var $_noCache;
- function AJAXChatHTTPHeader($encoding='UTF-8', $contentType=null, $noCache=true) {
+ function __construct($encoding='UTF-8', $contentType=null, $noCache=true) {
if($contentType) {
$this->_contentType = $contentType.'; charset='.$encoding;
$this->_constant = true;