Skip to content

Commit

Permalink
#1173 Fix issue with uksort()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Apr 5, 2015
1 parent a983b24 commit 3f95092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
define('FORUM_ROOT', dirname(__FILE__).'/');
require FORUM_ROOT.'include/common.php';
require FORUM_ROOT.'include/parser.php';
require FORUM_ROOT.'include/utf8/substr_replace.php';
require FORUM_ROOT.'include/utf8/ucwords.php'; // utf8_ucwords needs utf8_substr_replace
require FORUM_ROOT.'include/utf8/strcasecmp.php';

// Load the me functions script
require FORUM_ROOT.'include/me_functions.php';
Expand Down

0 comments on commit 3f95092

Please sign in to comment.