[pLog-svn] r1744 - plog/branches/plog-1.1-ben

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Apr 5 18:37:16 GMT 2005


Author: oscar
Date: 2005-04-05 18:37:16 +0000 (Tue, 05 Apr 2005)
New Revision: 1744

Modified:
   plog/branches/plog-1.1-ben/wizard.php
Log:
a few missing includes, otherwise the wizard wouldn't even run!


Modified: plog/branches/plog-1.1-ben/wizard.php
===================================================================
--- plog/branches/plog-1.1-ben/wizard.php	2005-04-05 18:15:39 UTC (rev 1743)
+++ plog/branches/plog-1.1-ben/wizard.php	2005-04-05 18:37:16 UTC (rev 1744)
@@ -27,6 +27,7 @@
     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" );
@@ -47,6 +48,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