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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 5 17:28:44 EDT 2007


Author: oscar
Date: 2007-07-05 17:28:44 -0400 (Thu, 05 Jul 2007)
New Revision: 5618

Modified:
   plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
Log:
Not sure if this was the root cause of the issue reported at http://bugs.lifetype.net/view.php?id=1348, but at least it helped.

Modified: plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php
===================================================================
--- plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-07-05 21:23:15 UTC (rev 5617)
+++ plugins/branches/lifetype-1.2/hostblock/class/dao/blockedhost.class.php	2007-07-05 21:28:44 UTC (rev 5618)
@@ -1,6 +1,6 @@
 <?php
 
-	
+    lt_include( PLOG_CLASS_PATH."class/dao/dbobject.class.php" );	
     lt_include( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
 
     /**



More information about the pLog-svn mailing list