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
8d80b67e4a1b56af44cb82980e47a1591307a07c
Authored by
Yarik
2016-10-27 12:33:05 +0300
1 parent
d1e83a29
Certificate table name fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/Certificate.php
Inline
Side-by-side
common/models/Certificate.php
Wrap text
Show/Hide comments
View file @
8d80b67
...
...
@@ -24,7 +24,7 @@
24
24
*/
25
25
public static function tableName()
26
26
{
27
- return
Yii::t('app', 'certcreate')
;
27
+ return
'certcreate'
;
28
28
}
29
29
30
30
/**
...
...