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']);
 			$this->Session->delete($this->settings['flashKey']);
 			$this->Controller->set(compact('_message'));
-			//$this->Controller->set('_serialize', array('_message'));
 		}
 	}