UrlHelper::modify_current_url uses the parsed version of ak=.....
commit1ce3eedac5fb429033f63fddc688498440d05e29
authorbermiferrer <bermiferrer@a2fa5c27-f921-0410-a72c-bf682d381be0>
Wed, 28 Nov 2007 10:25:42 +0000 (28 10:25 +0000)
committerbermiferrer <bermiferrer@a2fa5c27-f921-0410-a72c-bf682d381be0>
Wed, 28 Nov 2007 10:25:42 +0000 (28 10:25 +0000)
tree5e54f7aa626cb8564fe46c75e77f348dc5d24373
parent044d57739fb2163fcfde9a57674067255d8493ff
UrlHelper::modify_current_url uses the parsed version of ak=.....

Now if you have ak=post/edit/5 and run

    UrlHelper::modify_current_url(array('action'=>'view'));

you will get ak=post/view/5, before this patch it would have removed the id.

git-svn-id: http://svn.akelos.org/trunk@453 a2fa5c27-f921-0410-a72c-bf682d381be0
lib/AkActionView/helpers/url_helper.php