From 01655c03e0055008ed6db689809066be78fe1887 Mon Sep 17 00:00:00 2001 From: tofulm Date: Wed, 5 May 2021 17:10:30 +0200 Subject: [PATCH] un include manquant --- action/creer_slug.php | 1 + 1 file changed, 1 insertion(+) diff --git a/action/creer_slug.php b/action/creer_slug.php index 5a4c827..aac6a70 100644 --- a/action/creer_slug.php +++ b/action/creer_slug.php @@ -13,6 +13,7 @@ if (!defined('_ECRIRE_INC_VERSION')) return; **/ function action_creer_slug_dist($slug = null, $opt = [], $ecraser = false){ include_spip('inc/autoriser'); + include_spip('action/editer_objet'); if (!autoriser('creer','gamumail')) { return false; }