#2 Not in this case

This commit is contained in:
ahwelp
2019-03-28 14:13:36 +00:00
parent cdfc24646c
commit 04fa70978c
+1 -1
View File
@@ -96,7 +96,7 @@ abstract class Entity {
$first_argument .= $column . ', ';
$insert_data[$column] = $obj[$column];
$second_argument .= " = :$column, ";
$second_argument .= ":$column, ";
}
$first_argument = rtrim($first_argument, ', ');