Commit c4c07582ab3bea72be4d029d92436bffdf4012b5
1 parent
5948c462
Import browser beta v0.1
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/modules/language/behaviors/LanguageBehavior.php
@@ -261,6 +261,7 @@ | @@ -261,6 +261,7 @@ | ||
261 | * @var ActiveRecord $owner | 261 | * @var ActiveRecord $owner |
262 | */ | 262 | */ |
263 | $owner = $this->owner; | 263 | $owner = $this->owner; |
264 | + $this->_transaction->commit(); | ||
264 | if($owner instanceof Product) { | 265 | if($owner instanceof Product) { |
265 | var_dump($owner->product_id); die(); | 266 | var_dump($owner->product_id); die(); |
266 | } | 267 | } |