Fix : & instead of & for redirections
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sat, 8 Jul 2006 16:30:19 +0000 (16:30 +0000)
committerx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sat, 8 Jul 2006 16:30:19 +0000 (16:30 +0000)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@59 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/banana.inc.php.in

index 4f4a076..104d688 100644 (file)
@@ -425,7 +425,7 @@ class Banana
         $msg .= $this->custom.$this->profile['customhdr']."\n".$body;
 
         if ($this->nntp->post($msg)) {
-            redirect('group=' . $group . ($artid == -1 ? '' : '&first=' . $artid));
+            redirect('group=' . $group . ($artid == -1 ? '' : '&amp;first=' . $artid));
         } else {
             return "<p class=\"error\">"._b_('Impossible de poster le message')."</p>".$this->action_showThread($group, $artid);
         }