From dbbc1a8001342354e0dd817e72815d4f388cb2b7 Mon Sep 17 00:00:00 2001 From: xevidos Date: Wed, 12 Dec 2018 10:34:37 -0500 Subject: [PATCH] Added removal of old autocomplete module to updater. --- components/update/update.php | 1 + 1 file changed, 1 insertion(+) diff --git a/components/update/update.php b/components/update/update.php index ccbfb4f..72b6803 100755 --- a/components/update/update.php +++ b/components/update/update.php @@ -501,6 +501,7 @@ ALTER TABLE `user_options` MODIFY `id` INT(11) NOT NULL AUTO_INCREMENT; */ $folder_conflictions = array( + $this->path . "/components/autocomplete", $this->path . "/plugins/auto_save", $this->path . "/plugins/Codiad-Auto-Save", $this->path . "/plugins/Codiad-Auto-Save-master",