Skip to content
Extraits de code Groupes Projets
Valider 14789586 rédigé par TC's avatar TC
Parcourir les fichiers

Explicitation d'un nom de variable

parent 933ce0b2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,9 +21,11 @@ sub part_main
{
# On enlève le chan de la liste des chans
# où on est s'il est dans cette liste
Chans::chan_del($ref_params->[0]);
my $chan = lc shift @{$ref_params};
$self->part(shift @{$ref_params});
Chans::chan_del($chan);
$self->part($chan);
}
return 1;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter