|
|
|
@ -10,7 +10,7 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
* @param string|array $texte |
|
|
|
|
* @return array|string |
|
|
|
|
**/ |
|
|
|
|
function filtre_tenter_deserialize_dist($texte) { |
|
|
|
|
function filtre_tenter_unserialize_dist($texte) { |
|
|
|
|
include_spip('formidable_fonctions'); |
|
|
|
|
return formidable_deserialize($texte); |
|
|
|
|
} |
|
|
|
|