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

ork at devel.plogworld.net ork at devel.plogworld.net
Sat Mar 26 22:59:01 GMT 2005


Author: ork
Date: 2005-03-26 22:59:00 +0000 (Sat, 26 Mar 2005)
New Revision: 1616

Modified:
   plog/trunk/class/dao/articlecategories.class.php
Log:
added missing initialization of $categoryId


Modified: plog/trunk/class/dao/articlecategories.class.php
===================================================================
--- plog/trunk/class/dao/articlecategories.class.php	2005-03-26 22:36:00 UTC (rev 1615)
+++ plog/trunk/class/dao/articlecategories.class.php	2005-03-26 22:59:00 UTC (rev 1616)
@@ -92,6 +92,7 @@
 
             $row = $result->FetchRow($result);
             $category = $this->_fillCategoryInformation( $row );
+            $categoryId = $category->getId();
 
             // ...and store the result
             $this->cache[$categoryId] = $category;




More information about the pLog-svn mailing list