Return this->message variable as array.
This commit is contained in:
parent
65bc00535f
commit
251feddff8
|
|
@ -2656,6 +2656,7 @@
|
||||||
} // foreach schema_array
|
} // foreach schema_array
|
||||||
} // foreach main array
|
} // foreach main array
|
||||||
|
|
||||||
|
//save the message
|
||||||
$this->message = $message;
|
$this->message = $message;
|
||||||
|
|
||||||
//commit the atomic transaction
|
//commit the atomic transaction
|
||||||
|
|
@ -2765,7 +2766,7 @@
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $message;
|
return $this->message;
|
||||||
} //save method
|
} //save method
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue