I'm such an ass
authorx2000habouzit <x2000habouzit>
Wed, 15 Dec 2004 19:47:17 +0000 (19:47 +0000)
committerx2000habouzit <x2000habouzit>
Wed, 15 Dec 2004 19:47:17 +0000 (19:47 +0000)
include/post.inc.php

index 9397b86..71c36fb 100644 (file)
@@ -20,7 +20,7 @@ class NNTPPost {
    * @param $_nntp RESOURCE handle to NNTP socket
    * @param $_id STRING MSGNUM or MSGID (a group should be selected in this case)  
    */
-  function post(&$_nntp,$_id) {
+  function NNTPPost(&$_nntp,$_id) {
     $this->headers = new headers($_nntp,$_id);
     if (!$this->headers) {
       $this = false;