[pLog-svn] r3594 - plog/trunk/class/action/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Jun 16 19:42:25 GMT 2006


Author: jondaley
Date: 2006-06-16 19:42:25 +0000 (Fri, 16 Jun 2006)
New Revision: 3594

Modified:
   plog/trunk/class/action/admin/admindoregisterblogaction.class.php
Log:
fixed parameter typo

Modified: plog/trunk/class/action/admin/admindoregisterblogaction.class.php
===================================================================
--- plog/trunk/class/action/admin/admindoregisterblogaction.class.php	2006-06-16 19:36:38 UTC (rev 3593)
+++ plog/trunk/class/action/admin/admindoregisterblogaction.class.php	2006-06-16 19:42:25 UTC (rev 3594)
@@ -35,8 +35,7 @@
 			$name = $this->_request->getValue( "blogName" );
 			
 			// create the blog...
-			$blog = new BlogInfo( $name, $this->_userInfo->getId(),  // name
-			                      $this->_userInfo->getId(),  // owner id
+			$blog = new BlogInfo( $name, $this->_userInfo->getId(),  // owner id
 			                      '',  // about
 			                      '');  // settings
 



More information about the pLog-svn mailing list