[PLUGINS] ~maj spip-bonux 2.3.0-->2.3.2
[velocampus/web/www.git] / www / plugins / auto / spip-bonux / inc / config.php
index 0417a56..283f81b 100644 (file)
@@ -16,5 +16,9 @@ if (!defined('_DIR_PLUGIN_CFG')){
                        return spip_bonux_lire_config($cfg, $def, $unserialize);
                }
        }
+// charger celui de CFG si ce n'est pas le cas encore !
+} elseif (!function_exists('lire_config')) {
+       include_spip('inc/cfg_config');
 }
-?>
\ No newline at end of file
+
+?>