Commit 26b212be9bfef8ea2612f9d59b0323f06f1e2668
1 parent
169fbae6
KTS-3513
"An incorrect path for including mbstring.inc.php in dmsDefaults.php" Fixed. Corrected path. Thanks Jeongkyu Kim! Committed by: Kevin Fourie Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9014 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
config/dmsDefaults.php
| @@ -604,7 +604,7 @@ if ($checkup !== true) { | @@ -604,7 +604,7 @@ if ($checkup !== true) { | ||
| 604 | } | 604 | } |
| 605 | if (!extension_loaded('mbstring')) | 605 | if (!extension_loaded('mbstring')) |
| 606 | { | 606 | { |
| 607 | - require_once(KT_LIB_DIR . '/lib/mbstring.inc.php'); | 607 | + require_once(KT_LIB_DIR . '/mbstring.inc.php'); |
| 608 | } | 608 | } |
| 609 | 609 | ||
| 610 | 610 |