From 26b212be9bfef8ea2612f9d59b0323f06f1e2668 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Thu, 7 Aug 2008 15:47:41 +0000 Subject: [PATCH] KTS-3513 "An incorrect path for including mbstring.inc.php in dmsDefaults.php" Fixed. Corrected path. Thanks Jeongkyu Kim! --- config/dmsDefaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 443a8b6..4ec4feb 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -604,7 +604,7 @@ if ($checkup !== true) { } if (!extension_loaded('mbstring')) { - require_once(KT_LIB_DIR . '/lib/mbstring.inc.php'); + require_once(KT_LIB_DIR . '/mbstring.inc.php'); } -- libgit2 0.21.4