Skip to content

Commit

Permalink
unzip後のリダイレクト先にframe_idがはいってなかったのを修正 Refs #40
Browse files Browse the repository at this point in the history
  • Loading branch information
RyujiAMANO committed Aug 22, 2016
1 parent 83b4f80 commit a4dad30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/CabinetFilesEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ public function unzip() {
'action' => 'index',
'key' => $parentCabinetFolder['CabinetFile']['key'],
'block_id' => Current::read('Block.id'),
'frame_id' => Current::read('Frame.id'),
]
)
);
Expand Down

0 comments on commit a4dad30

Please sign in to comment.