Return this->message variable as array.

This commit is contained in:
markjcrane 2023-05-24 23:00:08 -06:00
parent 65bc00535f
commit 251feddff8
1 changed files with 2 additions and 1 deletions

View File

@ -2656,6 +2656,7 @@
} // foreach schema_array
} // foreach main array
//save the message
$this->message = $message;
//commit the atomic transaction
@ -2765,7 +2766,7 @@
exit;
}
}
return $message;
return $this->message;
} //save method
/**