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

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Sat Feb 19 12:40:26 GMT 2005


Author: subaochen
Date: 2005-02-19 12:40:26 +0000 (Sat, 19 Feb 2005)
New Revision: 1139

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
addArticletext->addArticleText, a typo?


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-02-19 11:27:00 UTC (rev 1138)
+++ plog/trunk/class/dao/articles.class.php	2005-02-19 12:40:26 UTC (rev 1139)
@@ -661,7 +661,7 @@
 			
 			// save the post text
 			$newArticle->setId( $postId );
-			$this->addArticletext( $newArticle );
+			$this->addArticleText( $newArticle );
 
             // and create the link between the post and its categoriesç
             $this->addPostCategoriesLink( $postId, $newArticle->getCategoryIds());




More information about the pLog-svn mailing list