[pLog-svn] r5430 - plugins/branches/lifetype-1.2/secretblog

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue May 22 12:00:46 EDT 2007


Author: jondaley
Date: 2007-05-22 12:00:46 -0400 (Tue, 22 May 2007)
New Revision: 5430

Modified:
   plugins/branches/lifetype-1.2/secretblog/pluginsecretblog.class.php
Log:
removed unneeded menu include.  I don't know why this guy is getting the error though: http://forums.lifetype.net/viewtopic.php?p=36053

Modified: plugins/branches/lifetype-1.2/secretblog/pluginsecretblog.class.php
===================================================================
--- plugins/branches/lifetype-1.2/secretblog/pluginsecretblog.class.php	2007-05-22 14:01:54 UTC (rev 5429)
+++ plugins/branches/lifetype-1.2/secretblog/pluginsecretblog.class.php	2007-05-22 16:00:46 UTC (rev 5430)
@@ -2,7 +2,6 @@
 
 	lt_include( PLOG_CLASS_PATH."class/plugin/pluginbase.class.php" );
 	lt_include( PLOG_CLASS_PATH."plugins/secretblog/class/security/secretblogfilter.class.php" );
-	lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );	
 	
 	class PluginSecretBlog extends PluginBase
 	{
@@ -13,7 +12,7 @@
 			
 			$this->id = "secretblog";
 			$this->author = "The LifeType Project";
-            $this->version = "20030723";
+            $this->version = "20070522";
 			
 			// we only need to register a filter
             $this->registerFilter( "SecretBlogFilter" );



More information about the pLog-svn mailing list