[pLog-svn] r4949 - plugins/branches/lifetype-1.2/authimage

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 3 08:33:28 EST 2007


Author: jondaley
Date: 2007-03-03 08:33:27 -0500 (Sat, 03 Mar 2007)
New Revision: 4949

Modified:
   plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
Log:
we don't need blog actions registered on the admin side

Modified: plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-03-03 13:29:26 UTC (rev 4948)
+++ plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-03-03 13:33:27 UTC (rev 4949)
@@ -23,7 +23,7 @@
             $this->id      = "authimage";
             $this->author  = "Mark Wu";
             $this->desc    = 'This plugin offers extra comment authentication for LifeType.';
-            $this->version = "20070226";
+            $this->version = "20070303";
 
             $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES", "de_DE" );
 
@@ -44,19 +44,13 @@
 		function initAdmin()
 		{
             lt_include( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
-            lt_include(PLOG_CLASS_PATH."plugins/authimage/class/security/authimagefilter.class.php");
-			// register the filter
-			$this->registerFilter( "AuthImageFilter" );
 
             $this->registerAdminAction( "authimage", "PluginAuthImageConfigAction" );
 			$this->registerAdminAction( "updateAuthImageConfig", "PluginAuthImageUpdateConfigAction" );
-			$this->registerBlogAction( "AuthImageShow", "PluginAuthImageShowAction" );
 			
 			$menu =& Menu::getMenu();
-
 			if( !$menu->entryExists( "/menu/controlCenter/manageAntiSpamPlugins" ))						
 				$this->addMenuEntry( "/menu/controlCenter", "manageAntiSpamPlugins", "", "" );
-				
             $this->addMenuEntry( "/menu/controlCenter/manageAntiSpamPlugins", "AuthImage", "?op=authimage", "" );			
 		}
  



More information about the pLog-svn mailing list