All messages separated with , into errorsToString
This commit is contained in:
parent
e9ee816826
commit
bf7181a064
@ -381,7 +381,7 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
function errorsToString()
|
function errorsToString()
|
||||||
{
|
{
|
||||||
return $this->error.(is_array($this->errors)?(($this->error!=''?' ':'').join(',',$this->errors)):'');
|
return $this->error.(is_array($this->errors)?(($this->error!=''?', ':'').join(', ',$this->errors)):'');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user