Yarik
/
vitex
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
248f559f812c691fc41beeb677b658fcb10c4603
Authored by
Yarik
2016-10-12 15:49:12 +0300
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
Inline
Side-by-side
common/modules/product/models/Product.php
Wrap text
Show/Hide comments
View file @
248f559
...
...
@@ -87,7 +87,7 @@
87
87
*/
88
88
public static function tableName()
89
89
{
90
- return '
{{%product}}
';
90
+ return '
product
';
91
91
}
92
92
93
93
/**
...
...