diff --git a/View/PagesEdit/add_m17n.ctp b/View/PagesEdit/add_m17n.ctp index 465dcec..0a182d7 100644 --- a/View/PagesEdit/add_m17n.ctp +++ b/View/PagesEdit/add_m17n.ctp @@ -16,7 +16,7 @@ NetCommonsForm->create('PagesLanguage', array( 'type' => 'post', - 'url' => NetCommonsUrl::actionUrlAsArray(array('action' => 'add_m17n')) + 'url' => NetCommonsUrl::actionUrlAsArray(array('action' => 'add_m17n', 'key' => Current::read('Room.id'), Current::read('Page.id'))) )); ?> NetCommonsForm->hidden('_NetCommonsUrl.redirect'); ?>