Skip to content
Extraits de code Groupes Projets
Valider 095f8ca9 rédigé par esj's avatar esj
Parcourir les fichiers

Mauvais calcul d'un article redirigeant du chapeau (#1544).

parent 37c7ec4c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -199,7 +199,8 @@ function chapo_redirige($chapo, $url=false)
if (!preg_match(_RACCOURCI_LIEN, $chapo, $m))
if (!preg_match(_RACCOURCI_CHAPO, $chapo, $m))
return $chapo;
return !$url ? $m[3] : calculer_url($m[3]);
return !$url ? $m[3] : traiter_lien_implicite($m[3]);
}
// Ne pas afficher le chapo si article virtuel
......
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