[pLog-svn] r1875 - plog/branches/plog-1.0.1/class/net/http/session

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Apr 19 17:48:15 GMT 2005


Author: oscar
Date: 2005-04-19 17:48:15 +0000 (Tue, 19 Apr 2005)
New Revision: 1875

Modified:
   plog/branches/plog-1.0.1/class/net/http/session/sessionmanager.class.php
Log:
somehow this include was missing but nobody noticed...

Modified: plog/branches/plog-1.0.1/class/net/http/session/sessionmanager.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/net/http/session/sessionmanager.class.php	2005-04-19 14:53:05 UTC (rev 1874)
+++ plog/branches/plog-1.0.1/class/net/http/session/sessionmanager.class.php	2005-04-19 17:48:15 UTC (rev 1875)
@@ -4,6 +4,7 @@
     include_once( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
 	include_once( PLOG_CLASS_PATH."class/net/http/session/sessioninfo.class.php" );
 	include_once( PLOG_CLASS_PATH."class/config/config.class.php" );
+	include_once( PLOG_CLASS_PATH."class/net/url.class.php" );
 	
 	/**
 	 * \ingroup Net_HTTP




More information about the pLog-svn mailing list