I am trying to use Pagelock with a return address set like in the documentation.
Code
$returnUrl = pnModUrl('yourmodule', 'user', 'view');
pnModAPIFunc('PageLock', 'user', 'pageLock',
array('lockName' => "yourmodule{$mid}",
'returnUrl' => $returnUrl));
pnModAPIFunc('PageLock', 'user', 'pageLock',
array('lockName' => "yourmodule{$mid}",
'returnUrl' => $returnUrl));
But when a page is locked and I click on the "Back" button, the return address is not written correctly. The function converts special chars into entities name, in example it gives me the address : http://yoursite.com/index.php?module=yourmodule&type=user&func=view
So is it a bug ? or something I do wrong ?
Thanks for your help,
Philippe
