[pLog-svn] r2921 - plog/trunk/class/plugin

mark at devel.lifetype.net mark at devel.lifetype.net
Tue Feb 7 10:05:08 GMT 2006


Author: mark
Date: 2006-02-07 10:05:08 +0000 (Tue, 07 Feb 2006)
New Revision: 2921

Modified:
   plog/trunk/class/plugin/pluginmanager.class.php
Log:
I have no ideas why we remove those includes in pluginmanager.class.php.

But, I add the eventlist.properties.php back to avoid some event errors.

Modified: plog/trunk/class/plugin/pluginmanager.class.php
===================================================================
--- plog/trunk/class/plugin/pluginmanager.class.php	2006-02-07 09:55:10 UTC (rev 2920)
+++ plog/trunk/class/plugin/pluginmanager.class.php	2006-02-07 10:05:08 UTC (rev 2921)
@@ -6,7 +6,7 @@
     include_once( PLOG_CLASS_PATH."class/misc/glob.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/controller/blogcontroller.class.php" );
 //    include_once( PLOG_CLASS_PATH."class/controller/admincontroller.class.php" );
-//	include_once( PLOG_CLASS_PATH."class/plugin/eventlist.properties.php" );
+    include_once( PLOG_CLASS_PATH."class/plugin/eventlist.properties.php" );
 //	include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
 	include_once( PLOG_CLASS_PATH."class/controller/resourceclassloader.class.php" );
 



More information about the pLog-svn mailing list