Commit 8d80b67e4a1b56af44cb82980e47a1591307a07c

Authored by Yarik
1 parent d1e83a29

Certificate table name fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Certificate.php
@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 */ 24 */
25 public static function tableName() 25 public static function tableName()
26 { 26 {
27 - return Yii::t('app', 'certcreate'); 27 + return 'certcreate';
28 } 28 }
29 29
30 /** 30 /**