[pLog-svn] r764 - plog/trunk/class/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jan 19 18:40:55 GMT 2005


Author: oscar
Date: 2005-01-19 18:40:55 +0000 (Wed, 19 Jan 2005)
New Revision: 764

Modified:
   plog/trunk/class/action/viewarticleaction.class.php
Log:
one little fix to the previous commit

Modified: plog/trunk/class/action/viewarticleaction.class.php
===================================================================
--- plog/trunk/class/action/viewarticleaction.class.php	2005-01-19 18:34:46 UTC (rev 763)
+++ plog/trunk/class/action/viewarticleaction.class.php	2005-01-19 18:40:55 UTC (rev 764)
@@ -89,7 +89,7 @@
 			if( $this->_view->isCached()) {
 				// if the view is cached, only update the number of times that the article has been
 				// read (if configured to do so) and quit
-				if( $config->getValue( 'update_cached_article_reads', false )) {
+				if( $this->_config->getValue( 'update_cached_article_reads', false )) {
 					$this->updateNumArticleReads( $this->_articleId );
 				}
 				return true;




More information about the pLog-svn mailing list