[pLog-svn] r3984 - plugins/branches/lifetype-1.1/dnsantispam

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Sep 17 22:35:23 GMT 2006


Author: oscar
Date: 2006-09-17 22:35:22 +0000 (Sun, 17 Sep 2006)
New Revision: 3984

Modified:
   plugins/branches/lifetype-1.1/dnsantispam/plugindnsantispam.class.php
Log:
added a missing include


Modified: plugins/branches/lifetype-1.1/dnsantispam/plugindnsantispam.class.php
===================================================================
--- plugins/branches/lifetype-1.1/dnsantispam/plugindnsantispam.class.php	2006-09-17 22:18:53 UTC (rev 3983)
+++ plugins/branches/lifetype-1.1/dnsantispam/plugindnsantispam.class.php	2006-09-17 22:35:22 UTC (rev 3984)
@@ -2,6 +2,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/dnsantispam/class/security/dnsantispamfilter.class.php" );
+	include_once( PLOG_CLASS_PATH."class/template/menu/menu.class.php" );
 
 	class PluginDNSAntiSpam extends PluginBase
 	{



More information about the pLog-svn mailing list