summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChatHTTPHeader.php
diff options
context:
space:
mode:
authorPhilip Nicolcev <frugen@gmail.com>2016-04-30 15:46:28 -0400
committerPhilip Nicolcev <frugen@gmail.com>2016-04-30 15:46:28 -0400
commitbb824fabf6cb01d1a2581f4d93926986b6f3bb4c (patch)
tree363d133610eda6ef060a4d2d5bb31a65dadf3034 /chat/lib/class/AJAXChatHTTPHeader.php
parent3716716f1bc45ab5962ab53393e8296ea6a13bda (diff)
parent6a4c92984fbe42e4633a6a65792847973f7d36da (diff)
downloadAJAX-Chat-origin/smf.zip
AJAX-Chat-origin/smf.tar.gz
AJAX-Chat-origin/smf.tar.bz2
Merge remote-tracking branch 'origin' into smforigin/smf
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