Commit 62bade207e0a8b207bafa375d8a182295aaeb230

Authored by Kevin Fourie
1 parent fad95b63

Fixed a typo for OEM-193.

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9705 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/upgrades/UpgradeFunctions.inc.php
@@ -1398,7 +1398,7 @@ class UpgradeFunctions { @@ -1398,7 +1398,7 @@ class UpgradeFunctions {
1398 function removeOldFilesAndFolders354a1() { 1398 function removeOldFilesAndFolders354a1() {
1399 global $default; 1399 global $default;
1400 1400
1401 - $oldFile1 = KT_DIR . "/baobab/tests/BaobabServer.test.php matches" 1401 + $oldFile1 = KT_DIR . "/baobab/tests/BaobabServer.test.php"
1402 if(file_exists($oldFile1)) unlink($oldFile1); 1402 if(file_exists($oldFile1)) unlink($oldFile1);
1403 1403
1404 $oldPath1 = KT_DIR . "/ktwsapi/" 1404 $oldPath1 = KT_DIR . "/ktwsapi/"