[pLog-svn] r5594 - plugins/branches/lifetype-1.2/hostblock/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jun 28 14:49:55 EDT 2007


Author: jondaley
Date: 2007-06-28 14:49:55 -0400 (Thu, 28 Jun 2007)
New Revision: 5594

Modified:
   plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
Log:
I tested that it worked after removing the line, but didn't test it to make sure I could duplicate the error: http://bugs.lifetype.net/view.php?id=1348

Modified: plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-06-28 17:09:13 UTC (rev 5593)
+++ plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-06-28 18:49:55 UTC (rev 5594)
@@ -24,7 +24,7 @@
     /**
      * Represents a record from the plog_blocked_hosts table.
      */
-    class BlockedHost
+    class BlockedHost extends DbObject
 	{
 
     	var $_id;



More information about the pLog-svn mailing list