CUrlManager->createUrl does not support indexed $_GET parameters

If I have a query string like the following: ?r=blah/blah&z[]=5&z[]=7 then CPagination->createPageUrl fails when trying to call CUrlManager->createUrl with the following message: "urlencode() expects parameter 1 to be string, array given" (line 198 of CUrlManager in Yii trunk).

Any ideas here anybody? Still kinda stuck with this one.

Could you create a ticket for this?

Done.

Thanks Qiang.