2 coquilles. Et on passe en stable.

master
marcimat@rezo.net 10 years ago
parent e666425d38
commit 4d90aaf9c8

@ -17,7 +17,7 @@ if (!defined("_ECRIRE_INC_VERSION")) return;
function jaz_post_insertion($flux)
{
if ($flux['args']['table'] == 'spip_auteurs'
and $id_auteur = $flux['args']['id_auteur'])
and $id_auteur = $flux['args']['id_objet'])
{
// On ajoute cet auteur aux zones
jaz_ajouter_auteur_zones($id_auteur);
@ -47,7 +47,7 @@ function jaz_ajouter_auteur_zones($id_auteur)
$zones = explode(':', _ZONES_AUTO_JOINTES);
} else {
include_spip('inc/config');
$zones = explode(',', lire_config('jaz/zones_automatiques'));
$zones = lire_config('jaz/zones_automatiques');
}
if ($zones) {

@ -2,7 +2,7 @@
prefix="jaz"
categorie="divers"
version="2.0.0"
etat="test"
etat="stable"
compatibilite="[3.0.0;3.0.*]"
logo="prive/themes/spip/images/jaz-48.png"
documentation="http://www.spip-contrib.net/Plugin-JAZ"

Loading…
Cancel
Save