Stefan D 11 年 前
コミット
3f5802661f
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Controller/Component/AjaxComponent.php

+ 0 - 1
Controller/Component/AjaxComponent.php

@@ -79,7 +79,6 @@ class AjaxComponent extends Component {
 			$_message = $this->Session->read($this->settings['flashKey']);
 			$_message = $this->Session->read($this->settings['flashKey']);
 			$this->Session->delete($this->settings['flashKey']);
 			$this->Session->delete($this->settings['flashKey']);
 			$this->Controller->set(compact('_message'));
 			$this->Controller->set(compact('_message'));
-			//$this->Controller->set('_serialize', array('_message'));
 		}
 		}
 	}
 	}