Skip to content
Snippets Groups Projects
Commit 2bbede31 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Avoid errors after migration

parent a23d0b6d
No related tags found
No related merge requests found
...@@ -1727,7 +1727,9 @@ function migrate_delete_old_files($db,$langs,$conf) ...@@ -1727,7 +1727,9 @@ function migrate_delete_old_files($db,$langs,$conf)
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_demo.class.php', DOL_DOCUMENT_ROOT.'/includes/triggers/interface_demo.class.php',
DOL_DOCUMENT_ROOT.'/includes/menus/barre_left/default.php', DOL_DOCUMENT_ROOT.'/includes/menus/barre_left/default.php',
DOL_DOCUMENT_ROOT.'/includes/menus/barre_top/default.php', DOL_DOCUMENT_ROOT.'/includes/menus/barre_top/default.php',
DOL_DOCUMENT_ROOT.'/includes/modules/modComptabiliteExpert.class.php' DOL_DOCUMENT_ROOT.'/includes/modules/modComptabiliteExpert.class.php',
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modPhenix_Phenixsynchro.class.php',
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php',
); );
foreach ($filetodeletearray as $filetodelete) foreach ($filetodeletearray as $filetodelete)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment