From 17ced67b9a8742e10234e8c43c0d2d0507dc30fc Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Tue, 12 Aug 2008 14:05:17 +0000 Subject: [PATCH] Merged in from STABLE trunk... --- lib/upgrades/UpgradeFunctions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/upgrades/UpgradeFunctions.inc.php b/lib/upgrades/UpgradeFunctions.inc.php index f4f2148..602049a 100644 --- a/lib/upgrades/UpgradeFunctions.inc.php +++ b/lib/upgrades/UpgradeFunctions.inc.php @@ -1319,9 +1319,9 @@ class UpgradeFunctions { // Files MUST be removed before folders and folders MUST be empty $oldPath1 = KT_DIR . "/templates/ktstandard/searchdashlet/"; - rm_recursive($oldPath1); + $this->rm_recursive($oldPath1); $oldPath2 = KT_DIR . "/plugins/generalmetadata/"; - rm_recursive($oldPath2); + $this->rm_recursive($oldPath2); // FIXME: We should check that they all worked return true; -- libgit2 0.21.4