[pLog-svn] r1044 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Feb 11 10:48:08 GMT 2005


Author: oscar
Date: 2005-02-11 10:48:08 +0000 (Fri, 11 Feb 2005)
New Revision: 1044

Modified:
   plog/trunk/error.php
Log:
the $params["user"] parameter is not checked anymore and should be $params["userName"] from now on.


Modified: plog/trunk/error.php
===================================================================
--- plog/trunk/error.php	2005-02-11 09:27:24 UTC (rev 1043)
+++ plog/trunk/error.php	2005-02-11 10:48:08 UTC (rev 1044)
@@ -39,7 +39,7 @@
 		if( is_numeric($userParam))
 			$request["blogId"] = $userParam;
 		else
-			$request["user"] = $userParam;
+			$request["userName"] = $userParam;
 		
 		HttpVars::setRequest( $request );
 		




More information about the pLog-svn mailing list