From 9e2441cd17c7eb1ed664ee0308e38b1f97f54af1 Mon Sep 17 00:00:00 2001 From: Jacques Pyrat <bitbucket.org@pyrat.net> Date: Mon, 25 May 2020 13:00:36 +0200 Subject: [PATCH] =?UTF-8?q?Le=20nom=20de=20la=20fonction=20de=20ezcache=20?= =?UTF-8?q?a=20(encore)=20chang=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/soyezcreateurs_noizetier_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/soyezcreateurs_noizetier_config.php b/inc/soyezcreateurs_noizetier_config.php index 02dc4b73..f2da7fd1 100644 --- a/inc/soyezcreateurs_noizetier_config.php +++ b/inc/soyezcreateurs_noizetier_config.php @@ -48,7 +48,7 @@ function sc_noizetier_vidercache() { include_spip('ezcache/ezcache'); foreach ($plugins as $_plugin) { if (defined('_DIR_PLUGIN_' . strtoupper($_plugin))) { - cache_cache_configurer($_plugin); + ezcache_cache_configurer($_plugin); } } } -- GitLab