[pLog-svn] r2800 - plog/trunk/class/summary/action

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Jan 16 16:18:47 GMT 2006


Author: mark
Date: 2006-01-16 16:18:46 +0000 (Mon, 16 Jan 2006)
New Revision: 2800

Modified:
   plog/trunk/class/summary/action/dofinishregister.class.php
Log:
Fixed a typo error.

Modified: plog/trunk/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/trunk/class/summary/action/dofinishregister.class.php	2006-01-16 15:29:53 UTC (rev 2799)
+++ plog/trunk/class/summary/action/dofinishregister.class.php	2006-01-16 16:18:46 UTC (rev 2800)
@@ -154,7 +154,7 @@
             // add a new first album so that users can start uploading stuff right away
             include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbums.class.php" );
             include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryalbum.class.php" );            
-            $t = new Timestamp(););
+            $t = new Timestamp();
             $album = new GalleryAlbum( $this->_blogInfo->getId(),   // blog id
                                        $locale->tr( "register_default_album_name" ), // album name
                                        $locale->tr( "register_default_album_description" ), // album description



More information about the pLog-svn mailing list