Skip to content

Commit

Permalink
Fix bbs_frame_settings blackhole
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Jun 2, 2015
1 parent 1520b22 commit db17dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/BbsFrameSettings/edit.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)); ?>

<?php echo $this->element('Blocks.edit_form', array(
'controller' => 'BbsBlocks',
'controller' => 'BbsFrameSettings',
'action' => 'edit' . '/' . $frameId,
'callback' => 'Bbses.BbsFrameSettings/edit_form',
'cancelUrl' => $this->Html->url(isset($current['page']) ? '/' . $current['page']['permalink'] : null)
Expand Down

0 comments on commit db17dc2

Please sign in to comment.