summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChatHTTPHeader.php
diff options
context:
space:
mode:
authorPhilip Nicolcev <frugen@gmail.com>2016-04-30 15:54:09 -0400
committerPhilip Nicolcev <frugen@gmail.com>2016-04-30 15:54:09 -0400
commitb1e8bfc2d510002b1166e60ddd439cb36233c0b9 (patch)
tree79dba60ca467c2e48a46221c6007ed1cd0df273d /chat/lib/class/AJAXChatHTTPHeader.php
parent63e23a6afe77f624c13f9390682a5f362fb0d4c7 (diff)
parent6a4c92984fbe42e4633a6a65792847973f7d36da (diff)
downloadAJAX-Chat-origin/xenforo.zip
AJAX-Chat-origin/xenforo.tar.gz
AJAX-Chat-origin/xenforo.tar.bz2
Merge remote-tracking branch 'origin' into xenforoorigin/xenforo
Conflicts: chat/lib/custom.php
Diffstat (limited to 'chat/lib/class/AJAXChatHTTPHeader.php')
-rw-r--r--chat/lib/class/AJAXChatHTTPHeader.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/lib/class/AJAXChatHTTPHeader.php b/chat/lib/class/AJAXChatHTTPHeader.php
index 7340bfc..e488367 100644
--- a/chat/lib/class/AJAXChatHTTPHeader.php
+++ b/chat/lib/class/AJAXChatHTTPHeader.php
@@ -45,7 +45,7 @@ class AJAXChatHTTPHeader {
header('Vary: Accept');
}
}
-
+
// Method to return the content-type string:
function getContentType() {
// Return the content-type string:
@@ -53,4 +53,3 @@ class AJAXChatHTTPHeader {
}
}
-?> \ No newline at end of file