fixes #4510 and fixes #4511

This commit is contained in:
Devin Smith 2015-01-21 10:26:43 -08:00
parent e07fa46b96
commit ba7f508c87

View File

@ -37,9 +37,11 @@ class Crunchbutton_Support_Message extends Cana_Table {
}
}
public function load() {
parent::load();
public function load($stuff) {
parent::load($stuff);
$this->media = $this->media ? json_decode($this->media) : null;
return $this;
}
public function notify() {