[pLog-svn] r1742 - plog/branches/plog-1.1-ben/class/action

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 16:12:38 GMT 2005


Author: ork
Date: 2005-04-05 16:12:38 +0000 (Tue, 05 Apr 2005)
New Revision: 1742

Modified:
   plog/branches/plog-1.1-ben/class/action/blogaction.class.php
Log:
removed the BlogInfoManager .. 


Modified: plog/branches/plog-1.1-ben/class/action/blogaction.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/action/blogaction.class.php	2005-04-05 16:11:08 UTC (rev 1741)
+++ plog/branches/plog-1.1-ben/class/action/blogaction.class.php	2005-04-05 16:12:38 UTC (rev 1742)
@@ -176,10 +176,9 @@
 			
             // fetch the BlogInfo object
             if( $blogId ) {
-                require_once( PLOG_CLASS_PATH . "class/cache/bloginfomanager.class.php" );
 
-                $blogInfoManager =& BlogInfoManager::getBlogInfoManager();
-                $this->_blogInfo = $blogInfoManager->getBlogInfo( $blogId );
+                $blogs = new Blogs();
+                $this->_blogInfo = $blogs->getBlogInfo( $blogId );
                 
                 // $this->_blogInfo = $blogs->getBlogInfo( $blogId );
             } else {




More information about the pLog-svn mailing list