fix travis
This commit is contained in:
parent
141d19571c
commit
a9f60bcdac
@ -1458,7 +1458,7 @@ abstract class CommonObject
|
|||||||
if ($trigkey)
|
if ($trigkey)
|
||||||
{
|
{
|
||||||
// call trigger with updated object values
|
// call trigger with updated object values
|
||||||
if (empty($this->get_field_list()) && method_exists($this, 'fetch'))
|
if (empty($this->fields) && method_exists($this, 'fetch'))
|
||||||
{
|
{
|
||||||
$result = $this->fetch($id);
|
$result = $this->fetch($id);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user