Skip to content
  • diosmosis's avatar
    1c0f6d89
    Make sure plugin environment files are loaded after the base environment... · 1c0f6d89
    diosmosis a rédigé
    Make sure plugin environment files are loaded after the base environment config file instead of before w/ the plugin config.php.
    
    Doing it the old way causes plugin environment specifc config to be unset by the core environment config (eg, a plugins' test.php will have no effect, because core/config/test.php ends up overriding it).
    1c0f6d89
    Make sure plugin environment files are loaded after the base environment...
    diosmosis a rédigé
    Make sure plugin environment files are loaded after the base environment config file instead of before w/ the plugin config.php.
    
    Doing it the old way causes plugin environment specifc config to be unset by the core environment config (eg, a plugins' test.php will have no effect, because core/config/test.php ends up overriding it).
Chargement en cours