[pLog-svn] r2441 - plog/trunk/class/dao
    reto at devel.plogworld.net 
    reto at devel.plogworld.net
       
    Sat Sep  3 11:06:46 GMT 2005
    
    
  
Author: reto
Date: 2005-09-03 11:06:45 +0000 (Sat, 03 Sep 2005)
New Revision: 2441
Modified:
   plog/trunk/class/dao/blogs.class.php
Log:
guess this was a little typo... (stumbled over it while using the wizard)
Modified: plog/trunk/class/dao/blogs.class.php
===================================================================
--- plog/trunk/class/dao/blogs.class.php	2005-09-02 20:44:35 UTC (rev 2440)
+++ plog/trunk/class/dao/blogs.class.php	2005-09-03 11:06:45 UTC (rev 2441)
@@ -82,7 +82,7 @@
             $bayesianFilterInfo->insert( $blogId );
             
             $this->_cache->setData( $blogId, CACHE_BLOGINFOS, $blog );
-            $this->_cache->setDate( $blog->getMangledBlogName(), CACHE_BLOGIDBYNAME );
+            $this->_cache->setData( $blog->getMangledBlogName(), CACHE_BLOGIDBYNAME );
 
             // and return the blog identifier
             return $blogId;
    
    
More information about the pLog-svn
mailing list