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;