add default value
This commit is contained in:
parent
878d90f794
commit
d384fc6a62
|
@ -26,7 +26,7 @@ class EmailText{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function load($body){
|
public function load($body=''){
|
||||||
|
|
||||||
if(empty($this->tmpid))
|
if(empty($this->tmpid))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue