Commit 248f559f812c691fc41beeb677b658fcb10c4603

Authored by Yarik
1 parent 6a9ccc53

Import browser beta v0.1

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/models/Product.php
@@ -87,7 +87,7 @@ @@ -87,7 +87,7 @@
87 */ 87 */
88 public static function tableName() 88 public static function tableName()
89 { 89 {
90 - return '{{%product}}'; 90 + return 'product';
91 } 91 }
92 92
93 /** 93 /**