Selaa lähdekoodia

#2 Not in this case

ahwelp 6 vuotta sitten
vanhempi
sitoutus
04fa70978c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/BBOrm/Entity.php

+ 1 - 1
src/BBOrm/Entity.php

@@ -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, ', ');