Skip to content

Commit

Permalink
bugfix : does not reset status on update
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Tessier committed Mar 19, 2018
1 parent 5ac6abd commit 672a2d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formulaires/configurer_spipagram.html
Expand Up @@ -8,7 +8,7 @@
#ACTION_FORMULAIRE{#ENV{action}}
<ul>
[(#SAISIE{input, token, label=<:spipagram:label_token:>, obligatoire=oui, explication=<:spipagram:explication_token:>})]
[(#SAISIE{input, hashtag, label=<:spipagram:label_hashtag:>, obligatoire=oui})]
[(#SAISIE{input, hashtag, label=<:spipagram:label_hashtag:>, obligatoire=oui, explication=<:spipagram:explication_hashtag:>})]
[(#SAISIE{selecteur_rubrique, rubrique, label=<:spipagram:label_rubrique:>, obligatoire=oui})]
[(#SAISIE{auteurs, auteur, label=<:spipagram:label_auteur:>, obligatoire=oui})]
[(#SAISIE{selection, statut, label=<:spipagram:label_statut:>, obligatoire=oui, datas=#ARRAY{
Expand Down
2 changes: 1 addition & 1 deletion paquet.xml
@@ -1,7 +1,7 @@
<paquet
prefix="spipagram"
categorie="multimedia"
version="1.4.0"
version="1.4.1"
etat="stable"
compatibilite="[3.0.0;3.2.*]"
documentation="http://contrib.spip.net/spipagram"
Expand Down
1 change: 0 additions & 1 deletion spipagram_options.php
Expand Up @@ -78,7 +78,6 @@ function spipagram_import(){
$article['texte'] = $_item->caption->text;
$article['id_rubrique'] = $_rubrique;
$article['url_site'] = $_item->link;
$article['statut'] = $_statut;

$article_logo = $_item->images->standard_resolution->url;

Expand Down

0 comments on commit 672a2d2

Please sign in to comment.