[pLog-svn] r1673 - plugins/trunk/helloworld

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Mar 31 17:48:53 GMT 2005


Author: jondaley
Date: 2005-03-31 17:48:53 +0000 (Thu, 31 Mar 2005)
New Revision: 1673

Modified:
   plugins/trunk/helloworld/pluginhelloworld.class.php
Log:
removed include for old file

Modified: plugins/trunk/helloworld/pluginhelloworld.class.php
===================================================================
--- plugins/trunk/helloworld/pluginhelloworld.class.php	2005-03-31 17:22:50 UTC (rev 1672)
+++ plugins/trunk/helloworld/pluginhelloworld.class.php	2005-03-31 17:48:53 UTC (rev 1673)
@@ -2,7 +2,6 @@
 
     // -- plugin manager stuff
 	include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
-	include_once( PLOG_CLASS_PATH."class/plugin/eventpluginbase.class.php" );
     // -- for the public side action
 	include_once( PLOG_CLASS_PATH."class/action/blogaction.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/errorview.class.php" );




More information about the pLog-svn mailing list