parent
e07fa46b96
commit
ba7f508c87
@ -37,9 +37,11 @@ class Crunchbutton_Support_Message extends Cana_Table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function load() {
|
public function load($stuff) {
|
||||||
parent::load();
|
parent::load($stuff);
|
||||||
$this->media = $this->media ? json_decode($this->media) : null;
|
$this->media = $this->media ? json_decode($this->media) : null;
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function notify() {
|
public function notify() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user