[pLog-svn] r4008 - in plugins/branches/lifetype-1.1/unported/secret: . class/security

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 21 21:07:31 GMT 2006


Author: oscar
Date: 2006-09-21 21:07:30 +0000 (Thu, 21 Sep 2006)
New Revision: 4008

Modified:
   plugins/branches/lifetype-1.1/unported/secret/class/security/secretitemfilter.class.php
   plugins/branches/lifetype-1.1/unported/secret/pluginsecret.class.php
Log:
the 'secret' plugin seems to work well under LT 1.1


Modified: plugins/branches/lifetype-1.1/unported/secret/class/security/secretitemfilter.class.php
===================================================================
--- plugins/branches/lifetype-1.1/unported/secret/class/security/secretitemfilter.class.php	2006-09-21 21:06:10 UTC (rev 4007)
+++ plugins/branches/lifetype-1.1/unported/secret/class/security/secretitemfilter.class.php	2006-09-21 21:07:30 UTC (rev 4008)
@@ -8,6 +8,7 @@
     include_once( PLOG_CLASS_PATH."class/dao/articles.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/articlecategories.class.php" );
     include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
+    include_once( PLOG_CLASS_PATH . 'class/template/template.class.php' );
 
     /**
      * Filters the text posted in a comment by a user, to prevent spam-bots. This

Modified: plugins/branches/lifetype-1.1/unported/secret/pluginsecret.class.php
===================================================================
--- plugins/branches/lifetype-1.1/unported/secret/pluginsecret.class.php	2006-09-21 21:06:10 UTC (rev 4007)
+++ plugins/branches/lifetype-1.1/unported/secret/pluginsecret.class.php	2006-09-21 21:07:30 UTC (rev 4008)
@@ -3,6 +3,7 @@
     include_once( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
     include_once( PLOG_CLASS_PATH."class/plugin/pluginmanager.class.php" );
     include_once( PLOG_CLASS_PATH."plugins/secret/class/security/secretitemfilter.class.php" );
+	include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
     
     /**
      * implements secret posts and categories



More information about the pLog-svn mailing list