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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jul 17 18:19:23 GMT 2005


Author: oscar
Date: 2005-07-17 18:19:22 +0000 (Sun, 17 Jul 2005)
New Revision: 2344

Modified:
   plog/trunk/class/dao/trackbacks.class.php
Log:
removed another small issue


Modified: plog/trunk/class/dao/trackbacks.class.php
===================================================================
--- plog/trunk/class/dao/trackbacks.class.php	2005-07-17 18:18:53 UTC (rev 2343)
+++ plog/trunk/class/dao/trackbacks.class.php	2005-07-17 18:19:22 UTC (rev 2344)
@@ -182,8 +182,8 @@
 			return( CommentsCommon::deletePostComment( $articleId, $trackbackId, COMMENT_TYPE_TRACKBACK ));
 
             // clear the cache
-            $this->_cache->removeData( $artId, CACHE_TRACKBACKS );
-            $this->_cache->removeData( $artId, CACHE_NUMTRACKBACKS );
+            $this->_cache->removeData( $articleId, CACHE_TRACKBACKS );
+            $this->_cache->removeData( $articleId, CACHE_NUMTRACKBACKS );
 		}
 		
 		/**




More information about the pLog-svn mailing list