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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Mar 24 16:52:42 GMT 2006


Author: jondaley
Date: 2006-03-24 16:52:41 +0000 (Fri, 24 Mar 2006)
New Revision: 3118

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
trackbacks are associated with articles, not comments

Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-03-24 04:41:05 UTC (rev 3117)
+++ plog/trunk/class/dao/articles.class.php	2006-03-24 16:52:41 UTC (rev 3118)
@@ -1047,7 +1047,7 @@
                 	
                 // -- trackbacks --
                 foreach( $article->getTrackbacks() as $trackback )
-                	$comments->deleteTrackback( $artId, $trackback->getId());
+                	$articles->deleteTrackback( $artId, $trackback->getId());
 
                 // -- post-to-categories mappings --
                 $this->deletePostCategoriesLink( $article );



More information about the pLog-svn mailing list