Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into mybb
Browse files Browse the repository at this point in the history
Conflicts:
	chat/changelog.txt
	chat/index.php
	chat/lib/template/loggedOut.html
	chat/readme.html
	readme.md
  • Loading branch information
Frug committed Apr 17, 2016
2 parents 8ef19f6 + cbccb35 commit 907581d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chat/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ Bugfixes:
- Fixed mybb integration database connection. Connection details should be pulled automatically now.
- Fidex mybb integration guest logins to accept guests that don't enter a username (assign numbers like other versions).

Version 0.8.8 (?.?.2014)
Version 0.8.8 (17.04.2016)
-------------------------------
Notice:
- Templates, especially loggedIn.html have changed a lot to add mobile support. Javascript in the templates files has also changed.
Expand Down
2 changes: 1 addition & 1 deletion chat/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

// Suppress errors:
error_reporting(E_ALL);
error_reporting(0);

// Path to the chat directory:
define('AJAX_CHAT_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AJAX Chat MyBB
====================
==============

This is the MyBB integration version of Blueimp's AJAX Chat.

Expand Down

0 comments on commit 907581d

Please sign in to comment.