[pLog-svn] r2078 - plog/branches/plog-1.0.2/class/data/validator/rules

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed May 25 13:12:38 GMT 2005


Author: jondaley
Date: 2005-05-25 13:12:37 +0000 (Wed, 25 May 2005)
New Revision: 2078

Modified:
   plog/branches/plog-1.0.2/class/data/validator/rules/urlformatrule.class.php
Log:
typo in include.  fixes: http://bugs.plogworld.net/view.php?id=545

Modified: plog/branches/plog-1.0.2/class/data/validator/rules/urlformatrule.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/data/validator/rules/urlformatrule.class.php	2005-05-24 21:00:02 UTC (rev 2077)
+++ plog/branches/plog-1.0.2/class/data/validator/rules/urlformatrule.class.php	2005-05-25 13:12:37 UTC (rev 2078)
@@ -2,7 +2,7 @@
 
     include_once(PLOG_CLASS_PATH."class/data/validator/rules/rule.class.php");
     include_once(PLOG_CLASS_PATH."class/net/dns.class.php");
-		include_once(PLOG_CLASS_PATH."class/net/httpvars.class.php");
+    include_once(PLOG_CLASS_PATH."class/net/http/httpvars.class.php");
 
    /**
     * \ingroup Validator_Rules




More information about the pLog-svn mailing list