From 62bade207e0a8b207bafa375d8a182295aaeb230 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Fri, 9 Jan 2009 12:39:26 +0000 Subject: [PATCH] Fixed a typo for OEM-193. --- lib/upgrades/UpgradeFunctions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/upgrades/UpgradeFunctions.inc.php b/lib/upgrades/UpgradeFunctions.inc.php index 947eb8b..6a3c0b8 100644 --- a/lib/upgrades/UpgradeFunctions.inc.php +++ b/lib/upgrades/UpgradeFunctions.inc.php @@ -1398,7 +1398,7 @@ class UpgradeFunctions { function removeOldFilesAndFolders354a1() { global $default; - $oldFile1 = KT_DIR . "/baobab/tests/BaobabServer.test.php matches" + $oldFile1 = KT_DIR . "/baobab/tests/BaobabServer.test.php" if(file_exists($oldFile1)) unlink($oldFile1); $oldPath1 = KT_DIR . "/ktwsapi/" -- libgit2 0.21.4