[pLog-svn] r4225 - in plugins/trunk: helloworld validatetrackback

reto at devel.lifetype.net reto at devel.lifetype.net
Wed Nov 1 16:58:44 GMT 2006


Author: reto
Date: 2006-11-01 16:58:43 +0000 (Wed, 01 Nov 2006)
New Revision: 4225

Modified:
   plugins/trunk/helloworld/pluginhelloworld.class.php
   plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php
Log:
include menu.class.php

Modified: plugins/trunk/helloworld/pluginhelloworld.class.php
===================================================================
--- plugins/trunk/helloworld/pluginhelloworld.class.php	2006-11-01 12:43:46 UTC (rev 4224)
+++ plugins/trunk/helloworld/pluginhelloworld.class.php	2006-11-01 16:58:43 UTC (rev 4225)
@@ -8,6 +8,8 @@
     // -- for the admin side action
     include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
     include_once( PLOG_CLASS_PATH."class/view/admin/adminerrorview.class.php" );
+    // -- admin menu
+    include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
     
     // -------------------
     //

Modified: plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php
===================================================================
--- plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php	2006-11-01 12:43:46 UTC (rev 4224)
+++ plugins/trunk/validatetrackback/pluginvalidatetrackback.class.php	2006-11-01 16:58:43 UTC (rev 4225)
@@ -18,7 +18,7 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
 
-
+    include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/validatetrackback/class/security/validatetrackbackfilter.class.php" );
     



More information about the pLog-svn mailing list