------------------------------------------------------------
revno: 1153
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Wed 2012-03-28 22:28:55 +0200
message:
  correction in parse get enginev2
modified:
  libs/Engine_v2.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/Engine_v2.php'
--- libs/Engine_v2.php	2012-03-28 17:11:07 +0000
+++ libs/Engine_v2.php	2012-03-28 20:28:55 +0000
@@ -245,7 +245,7 @@
 		switch ( strtolower($mode) ){
 			case "raw":		    return $value;		
 			case "urlencode":	return urlencode($value);
-			case "querystring":	return $arg[0]."=" .urlencode($value);		
+			case "querystring":	return $key."=" .urlencode($value);		
 			default:			return strip_tags($value);
 		}
 	}

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to