From ae4a85ba088a894652acddfd66dace36c1f3241c Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Tue, 1 Jan 2008 11:50:05 +0000 Subject: [PATCH] =?UTF-8?q?L'ancre=20vers=20le=20num=C3=A9ro=20de=20messag?= =?UTF-8?q?e=20install=C3=A9=20par=20[10930]=20=C3=A9tait=20inutilement=20?= =?UTF-8?q?restreinte=20aux=20messages=20de=20niveau=20>=201.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/exec/controle_forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/exec/controle_forum.php b/ecrire/exec/controle_forum.php index 0fe47411a6..af0b23ae7d 100644 --- a/ecrire/exec/controle_forum.php +++ b/ecrire/exec/controle_forum.php @@ -41,7 +41,7 @@ function forum_parent($id_forum) { 'valeur' => $id_article, 'titre' => $titre); } else { - $ancre = $forum_id_parent ? "forum$forum_id_parent" : ''; + $ancre = "forum$id_forum" ; return array('pref' => _T('lien_reponse_article'), 'url' => generer_url_article($id_article,'',$ancre), 'type' => 'id_article', -- GitLab