[pLog-svn] r862 - plugins/trunk/hostblock

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Jan 27 14:06:02 GMT 2005


Author: mark
Date: 2005-01-27 14:06:01 +0000 (Thu, 27 Jan 2005)
New Revision: 862

Modified:
   plugins/trunk/hostblock/pluginhostblock.class.php
Log:
Fix some typo error.

Modified: plugins/trunk/hostblock/pluginhostblock.class.php
===================================================================
--- plugins/trunk/hostblock/pluginhostblock.class.php	2005-01-27 11:31:01 UTC (rev 861)
+++ plugins/trunk/hostblock/pluginhostblock.class.php	2005-01-27 14:06:01 UTC (rev 862)
@@ -76,7 +76,7 @@
 				$this->addMenuEntry( "/menu/Manage", "blogSecurity", "", "", true, false );
 			$this->addMenuEntry( "/menu/Manage/blogSecurity", "blogBlockedHosts", "admin.php?op=blogBlockedHosts", "blogBlockedHosts", true, false );
 			$this->addMenuEntry( "/menu/Manage/blogSecurity", "newBlogBlockedHost", "admin.php?op=newBlogBlockedHost", "newBlogBlockedHost", true, false );
-			if( !$menu->entryExists( "/menu/adminSetting/siteSecurity" ))			
+			if( !$menu->entryExists( "/menu/adminSettings/siteSecurity" ))			
 				$this->addMenuEntry( "/menu/adminSettings", "siteSecurity", "", "", true, false );			
             $this->addMenuEntry( "/menu/adminSettings/siteSecurity", "blockedHosts", "admin.php?op=blockedHosts", "blockedHosts", false, true );
             $this->addMenuEntry( "/menu/adminSettings/siteSecurity", "newBlockedHost", "admin.php?op=newBlockedHost", "newBlockedHost", false, true );			




More information about the pLog-svn mailing list