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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jun 15 16:28:49 GMT 2005


Author: oscar
Date: 2005-06-15 16:28:49 +0000 (Wed, 15 Jun 2005)
New Revision: 2234

Modified:
   plog/trunk/class/summary/action/dofinishregister.class.php
Log:
added a few missing includes


Modified: plog/trunk/class/summary/action/dofinishregister.class.php
===================================================================
--- plog/trunk/class/summary/action/dofinishregister.class.php	2005-06-15 16:22:07 UTC (rev 2233)
+++ plog/trunk/class/summary/action/dofinishregister.class.php	2005-06-15 16:28:49 UTC (rev 2234)
@@ -7,6 +7,10 @@
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/blogs.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/bloginfo.class.php" );
+    include_once( PLOG_CLASS_PATH."class/dao/userinfo.class.php" );
+    include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
+	include_once( PLOG_CLASS_PATH."class/mail/emailservice.class.php" );
 
     /**
      * finish the user and blog registration process




More information about the pLog-svn mailing list