[pLog-svn] r2142 - plog/trunk

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 31 19:55:07 GMT 2005


Author: ork
Date: 2005-05-31 19:55:06 +0000 (Tue, 31 May 2005)
New Revision: 2142

Modified:
   plog/trunk/wizard.php
Log:
added includes


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-05-31 19:17:49 UTC (rev 2141)
+++ plog/trunk/wizard.php	2005-05-31 19:55:06 UTC (rev 2142)
@@ -29,10 +29,12 @@
     include_once( PLOG_CLASS_PATH."class/controller/controller.class.php" );
     include_once( PLOG_CLASS_PATH."class/template/templateservice.class.php" );
     include_once( PLOG_CLASS_PATH."class/action/action.class.php" );
+    include_once( PLOG_CLASS_PATH."class/database/db.class.php" );
     include_once( PLOG_CLASS_PATH."class/template/template.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/view.class.php" );
     include_once( PLOG_CLASS_PATH."class/database/adodb/adodb.inc.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/stringvalidator.class.php" );
+    include_once( PLOG_CLASS_PATH."class/data/validator/integervalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/emailvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/validator/passwordvalidator.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
@@ -49,6 +51,9 @@
     include_once( PLOG_CLASS_PATH."class/data/textfilter.class.php" );
     include_once( PLOG_CLASS_PATH."class/locale/locales.class.php" );
     include_once( PLOG_CLASS_PATH."class/locale/localefinder.class.php" );
+    include_once( PLOG_CLASS_PATH."class/template/templatesets/templatesets.class.php" );
+    include_once( PLOG_CLASS_PATH."class/dao/bloginfo.class.php" );
+    include_once( PLOG_CLASS_PATH."class/dao/article.class.php" );
 
     define( "TEMP_FOLDER", "./tmp" );
 




More information about the pLog-svn mailing list