Commit d9591db1423000a9f5dbeb2379746e112af3b8da

Authored by Yarik
1 parent d441cb07

Behavior gfix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/behaviors/TechBehavior.php
... ... @@ -24,7 +24,7 @@
24 24 public function afterInsert($event) {
25 25 $owner = $this->owner;
26 26 $spec = new ProductSpec([
27   - 'product_id' => $owner->prodcut_id,
  27 + 'product_id' => $owner->product_id,
28 28 ]);
29 29 $spec->generateLangs();
30 30 $spec->save(false);
... ...