From 15daf4802b06fa2d1e2a822900f1e1971f99dfb5 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Tue, 16 Nov 2021 13:13:16 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20NetCommonsFormHelper=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- View/VideosEdit/edit.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/VideosEdit/edit.ctp b/View/VideosEdit/edit.ctp index 4ef6283..f4fa83d 100644 --- a/View/VideosEdit/edit.ctp +++ b/View/VideosEdit/edit.ctp @@ -103,7 +103,7 @@ $video = NetCommonsAppController::camelizeKeyRecursive(array('video' => $this->d 'key' => $this->request->data('Video.key') ))); ?> - Form->end(); ?> + NetCommonsForm->end(); ?> Workflow->canDelete('Videos.Video', $this->request->data('Video'))) : ?>