mirror of
https://github.com/xevidos/codiad.git
synced 2024-12-22 05:42:17 +01:00
Merge branch 'development' into 'master'
Added removal of old autocomplete module to updater. See merge request xevidos/codiad!17
This commit is contained in:
commit
e2dd07a6bc
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue