diff --git a/auted_pipelines.php b/auted_pipelines.php index 42055d5..68cb8b7 100644 --- a/auted_pipelines.php +++ b/auted_pipelines.php @@ -37,7 +37,7 @@ function auted_insert_head_css($flux){ */ function auted_optimiser_base_disparus($flux) { - sql_delete('spip_aut_mods', "statut='poubelle' AND maj < " . $flux['args']['date']); + sql_delete('spip_aut_modeles', "statut='poubelle' AND maj < " . $flux['args']['date']); return $flux; }