OSDN Git Service

エラー戻りの場合のcancelボタンエラー修正
authorCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 12:11:47 +0000 (21:11 +0900)
committerCake <cake_67@users.sourceforge.jp>
Wed, 11 Aug 2010 12:11:47 +0000 (21:11 +0900)
app/views/profile_tables/admin_edit.ctp

index 1b4232f..0fb7eaf 100644 (file)
@@ -64,7 +64,7 @@
 <div class="backButton">
 <?php
 echo $form->create('', array(
-       'url' => '/admin/profile_tables/listview/'. $this->data['ProfileTable']['profile_id'],
+       'url' => '/admin/profile_tables/listview/'. $profileTable['ProfileTable']['profile_id'],
        'type' => 'GET',
        'id' => 'CancelButton'
 ));