[pLog-svn] r1897 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Apr 22 13:54:45 GMT 2005


Author: oscar
Date: 2005-04-22 13:54:44 +0000 (Fri, 22 Apr 2005)
New Revision: 1897

Modified:
   plog/trunk/class/dao/articlecomments.class.php
Log:
fixed an incorrect call in one of the methods


Modified: plog/trunk/class/dao/articlecomments.class.php
===================================================================
--- plog/trunk/class/dao/articlecomments.class.php	2005-04-21 19:38:21 UTC (rev 1896)
+++ plog/trunk/class/dao/articlecomments.class.php	2005-04-22 13:54:44 UTC (rev 1897)
@@ -59,7 +59,7 @@
          */
         function getPostComment( $artid, $commentid )
 		{
-			return( getPostComment( $artid, $commentid, COMMENT_TYPE_COMMENT ));
+			return( CommentsCommon::getPostComment( $artid, $commentid, COMMENT_TYPE_COMMENT ));
 		}
 
         /**




More information about the pLog-svn mailing list