[pLog-svn] r5331 - plog/branches/lifetype-1.2/plugins/badbehavior

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Apr 22 11:31:14 EDT 2007


Author: mark
Date: 2007-04-22 11:31:14 -0400 (Sun, 22 Apr 2007)
New Revision: 5331

Modified:
   plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
Log:
It should be 'bb2_display_stats', instead of 'stat(u)s".

Modified: plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php
===================================================================
--- plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-04-21 17:02:28 UTC (rev 5330)
+++ plog/branches/lifetype-1.2/plugins/badbehavior/pluginbadbehavior.class.php	2007-04-22 15:31:14 UTC (rev 5331)
@@ -25,7 +25,7 @@
 			$config =& Config::getConfig();
 			$prefix = Db::getPrefix();
 			$this->_logTable = $prefix . $config->getValue( 'bb2_log_table' );
-			$this->_displayStatus = $config->getValue( 'bb2_display_status' );
+			$this->_displayStatus = $config->getValue( 'bb2_display_stats' );
 		}
 
 		/**



More information about the pLog-svn mailing list