[pLog-svn] r5005 - plugins/branches/lifetype-1.2/openid
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Tue Mar 6 12:20:00 EST 2007
Author: jondaley
Date: 2007-03-06 12:20:00 -0500 (Tue, 06 Mar 2007)
New Revision: 5005
Modified:
plugins/branches/lifetype-1.2/openid/OpenID.php
Log:
hrm. not sure how I missed this
Modified: plugins/branches/lifetype-1.2/openid/OpenID.php
===================================================================
--- plugins/branches/lifetype-1.2/openid/OpenID.php 2007-03-06 17:19:19 UTC (rev 5004)
+++ plugins/branches/lifetype-1.2/openid/OpenID.php 2007-03-06 17:20:00 UTC (rev 5005)
@@ -35,7 +35,7 @@
}
define( "PLOG_CLASS_PATH", $path."/");
}
-lt_include( PLOG_CLASS_PATH."class/bootstrap.php" );
+include_once( PLOG_CLASS_PATH."class/bootstrap.php" );
lt_include( PLOG_CLASS_PATH."class/net/http/session/sessionmanager.class.php" );
lt_include( PLOG_CLASS_PATH."class/net/http/httpvars.class.php" );
lt_include( PLOG_CLASS_PATH."class/dao/userinfo.class.php");
More information about the pLog-svn
mailing list