From: x2000habouzit Date: Wed, 15 Dec 2004 19:32:24 +0000 (+0000) Subject: oops X-Git-Tag: 1.8~363 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=579d24a9b5075b75ebe6df4f21bfb202fc440300;p=banana.git oops --- diff --git a/article.php b/article.php index 06b21f2..79d058e 100644 --- a/article.php +++ b/article.php @@ -41,7 +41,7 @@ $spool = new spool($nntp,$group,$profile['display'],$profile['lastnews']); if (!$spool) error("nntpspool"); $nntp->group($group); -$post = new NNNTPost($nntp,$id); +$post = new NNTPPost($nntp,$id); if (!$post) { if ($nntp->lasterrorcode == "423") { $spool->delid($id);