Stefan D 11 years ago
parent
commit
3f5802661f
1 changed files with 0 additions and 1 deletions
  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'));
 		}
 	}