[pLog-svn] r5481 - plog/branches/lifetype-1.2/class/action/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Jun 4 06:39:01 EDT 2007


Author: jondaley
Date: 2007-06-04 06:39:01 -0400 (Mon, 04 Jun 2007)
New Revision: 5481

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminadminblogselectaction.class.php
Log:
strange, how did I miss this one?

Modified: plog/branches/lifetype-1.2/class/action/admin/adminadminblogselectaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminadminblogselectaction.class.php	2007-06-02 09:34:51 UTC (rev 5480)
+++ plog/branches/lifetype-1.2/class/action/admin/adminadminblogselectaction.class.php	2007-06-04 10:39:01 UTC (rev 5481)
@@ -40,7 +40,7 @@
 			$this->_blogId = $this->_request->getValue( "blogId" );
 		
 			// load the blog
-            require_once( PLOG_CLASS_PATH . "class/dao/blogs.class.php" );
+            lt_include( PLOG_CLASS_PATH . "class/dao/blogs.class.php" );
 			$blogs = new Blogs();
             $blogInfo = $blogs->getBlogInfo( $this->_blogId );
 			 



More information about the pLog-svn mailing list