Commit d9591db1423000a9f5dbeb2379746e112af3b8da
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,7 +24,7 @@ | ||
| 24 | public function afterInsert($event) { | 24 | public function afterInsert($event) { |
| 25 | $owner = $this->owner; | 25 | $owner = $this->owner; |
| 26 | $spec = new ProductSpec([ | 26 | $spec = new ProductSpec([ |
| 27 | - 'product_id' => $owner->prodcut_id, | 27 | + 'product_id' => $owner->product_id, |
| 28 | ]); | 28 | ]); |
| 29 | $spec->generateLangs(); | 29 | $spec->generateLangs(); |
| 30 | $spec->save(false); | 30 | $spec->save(false); |