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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Aug 3 09:37:00 GMT 2005


Author: jondaley
Date: 2005-08-03 09:36:59 +0000 (Wed, 03 Aug 2005)
New Revision: 2392

Modified:
   plugins/trunk/categorybrowser/plugincategorybrowser.class.php
Log:
same typos as rev 2383

Modified: plugins/trunk/categorybrowser/plugincategorybrowser.class.php
===================================================================
--- plugins/trunk/categorybrowser/plugincategorybrowser.class.php	2005-08-02 17:17:16 UTC (rev 2391)
+++ plugins/trunk/categorybrowser/plugincategorybrowser.class.php	2005-08-03 09:36:59 UTC (rev 2392)
@@ -59,7 +59,7 @@
         $row = $result->FetchRow();
 
             // fetch the article
-	    return $this->$_articles->getBlogArticle($row["id"], $blogId);
+	    return $this->_articles->getBlogArticle($row["id"], $blogId);
     }
 
     function getNextArticle($article, $categoryId, $blogId){
@@ -84,7 +84,7 @@
         
 
             // fetch the article
-	    return $this->$_articles->getBlogArticle($row["id"], $blogId);
+	    return $this->_articles->getBlogArticle($row["id"], $blogId);
     }
 
     function getFirstArticle($categoryId, $blogId){
@@ -104,7 +104,7 @@
         $row = $result->FetchRow();
 
             // fetch the article
-	    return $this->$_articles->getBlogArticle($row["id"], $blogId);
+	    return $this->_articles->getBlogArticle($row["id"], $blogId);
     }
 
     function getLastArticle($categoryId, $blogId){
@@ -124,7 +124,7 @@
         $row = $result->FetchRow();
 
             // fetch the article
-	    return $this->$_articles->getBlogArticle($row["id"], $blogId);
+	    return $this->_articles->getBlogArticle($row["id"], $blogId);
     }
 }
         




More information about the pLog-svn mailing list