[pLog-svn] r2383 - plugins/trunk/categorybrowser

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Mon Aug 1 16:24:24 GMT 2005


Author: pwestbro
Date: 2005-08-01 16:24:23 +0000 (Mon, 01 Aug 2005)
New Revision: 2383

Modified:
   plugins/trunk/categorybrowser/plugincategorybrowser.class.php
Log:
Fixed typo


Modified: plugins/trunk/categorybrowser/plugincategorybrowser.class.php
===================================================================
--- plugins/trunk/categorybrowser/plugincategorybrowser.class.php	2005-08-01 16:12:51 UTC (rev 2382)
+++ plugins/trunk/categorybrowser/plugincategorybrowser.class.php	2005-08-01 16:24:23 UTC (rev 2383)
@@ -37,7 +37,7 @@
 	    $config =& Config::getConfig();
 	    $this->_prefix = $config->getValue('db_prefix');
 	    $this->id = "categorybrowser";
-	    $this->$_articles = new Articles();
+	    $this->_articles = new Articles();
     }
 
     function getPrevArticle($article, $categoryId, $blogId){




More information about the pLog-svn mailing list