From: x2000habouzit Date: Wed, 15 Dec 2004 19:47:17 +0000 (+0000) Subject: I'm such an ass X-Git-Tag: 1.8~362 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e6339b89916a267992ec9823c4f8cc6b5859ad8a;p=banana.git I'm such an ass --- diff --git a/include/post.inc.php b/include/post.inc.php index 9397b86..71c36fb 100644 --- a/include/post.inc.php +++ b/include/post.inc.php @@ -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;