Fix: Too many problems with triggers outside of standard dir. Only external module triggers must be in module dir.
This commit is contained in:
parent
319f960b1a
commit
b317ea0ce1
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/phenix/inc/triggers/interface_modPhenix_Phenixsynchro.class.php
|
||||
\file htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php
|
||||
\ingroup phenix
|
||||
\brief Fichier de gestion des triggers phenix
|
||||
\version $Id$
|
||||
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/webcalendar/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php
|
||||
\file htdocs/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php
|
||||
\ingroup webcalendar
|
||||
\brief Fichier de gestion des triggers webcalendar
|
||||
\version $Id$
|
||||
@ -3084,8 +3084,8 @@ function migrate_delete_old_files($db,$langs,$conf)
|
||||
DOL_DOCUMENT_ROOT.'/includes/menus/barre_top/default.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/modules/modComptabiliteExpert.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/modules/modProduit.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modPhenix_Phenixsynchro.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/phenix/inc/triggers/interface_modPhenix_Phenixsynchro.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/webcal/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php',
|
||||
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modCommande_Ecotax.class.php',
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user