Return the correct message when updating a monitor

This commit is contained in:
Kyle Johnson 2014-04-25 18:20:23 +00:00
parent 54a105a29d
commit 78ef09705d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class MonitorsController extends AppController {
}
$this->set(array(
'message' => $this->request->data,
'message' => $message,
'_serialize' => array('message')
));
}