From 88776e27137e21d19b815ba346aec3fef35d2ffc Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Tue, 19 Feb 2008 10:24:00 +0000 Subject: [PATCH] KTS-3048 "External Dependencies missing after upgrade" In Progess. Updated the upgrade config functions. --- config/dmsDefaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 7e57993..b0a979e 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -80,7 +80,7 @@ if (!defined('KT_LIB_DIR')) { if (!defined('KT_INSTALL_DIR')) { $installLoc = realpath(dirname(__FILE__) . '/../..'); if (substr(PHP_OS, 0, 3) == 'WIN') { - $installLoc = str_replace('\\','/',$rootLoc); + $installLoc = str_replace('\\','/',$installLoc); } define('KT_INSTALL_DIR', $installLoc); } -- libgit2 0.21.4