[pLog-svn] r2952 - plog/trunk

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Feb 15 16:25:24 GMT 2006


Author: oscar
Date: 2006-02-15 16:25:23 +0000 (Wed, 15 Feb 2006)
New Revision: 2952

Modified:
   plog/trunk/wizard.php
Log:
added a missing include


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2006-02-13 20:57:36 UTC (rev 2951)
+++ plog/trunk/wizard.php	2006-02-15 16:25:23 UTC (rev 2952)
@@ -53,6 +53,7 @@
     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" );
+    include_once( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
 
     define( "TEMP_FOLDER", "./tmp" );
 



More information about the pLog-svn mailing list