OSDN Git Service

Table編集画面でエンティティ戻しのバグ修正
authorCake <cake_67@users.sourceforge.jp>
Fri, 5 Feb 2010 07:06:03 +0000 (16:06 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 5 Feb 2010 07:06:03 +0000 (16:06 +0900)
app/controllers/characters_controller.php

index 99295a2..fcf511b 100644 (file)
@@ -257,7 +257,7 @@ class CharactersController extends AppController {
 
                if (empty($this->data)) {
                        $this->data = $character;
-                       $this->data['System']['Profile'] = $this->__restore_html_characters_has_profiles($this->data['System']['Profile']);
+                       $this->data['System']['Profile'] = $this->_restore_html_characters_has_profiles($this->data['System']['Profile']);
                }
 
        }