ahwelp 6 éve
szülő
commit
04fa70978c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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, ', ');