From e6339b89916a267992ec9823c4f8cc6b5859ad8a Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 15 Dec 2004 19:47:17 +0000 Subject: [PATCH] I'm such an ass --- include/post.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.1.4