[pLog-svn] r2380 - plog/branches/plog-1.0.2/class/dao

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Mon Aug 1 07:18:09 GMT 2005


Author: pwestbro
Date: 2005-08-01 07:18:09 +0000 (Mon, 01 Aug 2005)
New Revision: 2380

Modified:
   plog/branches/plog-1.0.2/class/dao/articlecomments.class.php
Log:
Fixed misspelling


Modified: plog/branches/plog-1.0.2/class/dao/articlecomments.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/dao/articlecomments.class.php	2005-08-01 06:45:12 UTC (rev 2379)
+++ plog/branches/plog-1.0.2/class/dao/articlecomments.class.php	2005-08-01 07:18:09 UTC (rev 2380)
@@ -314,7 +314,7 @@
             $articleId = $row["article_id"];
 
             // let's try and keep some kind of cache for this...
-            if( empty($this->_blogSettings[$articlId])) {
+            if( empty($this->_blogSettings[$articleId])) {
             	$query = "SELECT DISTINCT b.settings AS settings
                           FROM {$prefix}blogs b, {$prefix}articles a,
                           {$prefix}articles_comments c




More information about the pLog-svn mailing list