فهرست منبع

Return this->message variable as array.

markjcrane 2 سال پیش
والد
کامیت
017857a8c3
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      resources/classes/database.php

+ 2 - 1
resources/classes/database.php

@@ -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
 
 			/**