Commit a2d120a346e8036fa5c22eb5b78fb5fbf24e8755
1 parent
0d0cf076
Merged in from STABLE trunk...
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/STABLE/branches/3.5.3-Release-Branch@9016 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 |