diff options
author | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 15:41:25 -0400 |
---|---|---|
committer | Philip Nicolcev <frugen@gmail.com> | 2016-04-30 15:41:25 -0400 |
commit | e414b88bf618acb1fa6c7d422669ec67d3f6ac51 (patch) | |
tree | 79067a7c736f7542fea6bc0a885ca9c9b00ac059 /chat/lib/class/AJAXChatHTTPHeader.php | |
parent | 907581d416b6b84277e16d5c10c8da84567701a6 (diff) | |
parent | 6a4c92984fbe42e4633a6a65792847973f7d36da (diff) | |
download | AJAX-Chat-origin/mybb.zip AJAX-Chat-origin/mybb.tar.gz AJAX-Chat-origin/mybb.tar.bz2 |
Merge remote-tracking branch 'origin' into mybborigin/mybb
Conflicts:
chat/lib/custom.php
Diffstat (limited to 'chat/lib/class/AJAXChatHTTPHeader.php')
-rw-r--r-- | chat/lib/class/AJAXChatHTTPHeader.php | 3 |
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 |