oops
authorx2000habouzit <x2000habouzit>
Wed, 15 Dec 2004 19:32:24 +0000 (19:32 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 15 Dec 2004 19:32:24 +0000 (19:32 +0000)
article.php

index 06b21f2..79d058e 100644 (file)
@@ -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);