Commit 681cf02c6fbe7815c6c8553138019348efc7a0d6

Authored by Yarik
1 parent ad1a4c54

Import browser beta v0.1

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
common/modules/language/behaviors/LanguageBehavior.php
... ... @@ -251,7 +251,9 @@
251 251 */
252 252 $owner = $this->owner;
253 253 $db = $owner::getDb();
254   - var_dump('HERE'); die();
  254 + if($owner instanceof Product) {
  255 + var_dump('HERE'); die();
  256 + }
255 257 $this->_transaction = $db->beginTransaction();
256 258  
257 259 }
... ...