From 1c04a1c4dde2c08636171821650f3e4b5f745adf Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Dec 2020 10:52:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=E5=A4=9A=E8=A8=80=E8=AA=9E=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AE=E4=BD=9C=E6=88=90=E3=81=A7=E8=8B=B1?= =?UTF-8?q?=E8=AA=9E=E3=83=9A=E3=83=BC=E3=82=B8=E3=82=92=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=81=97=E3=82=88=E3=81=86=E3=81=A8=E3=81=99=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=80=8C=E4=B8=8D=E6=AD=A3=E3=81=AA=E3=83=AA=E3=82=AF=E3=82=A8?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=80=8D#1612?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/NetCommons3/NetCommons3/issues/1612 --- View/PagesEdit/add_m17n.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); ?>