From 8d80b67e4a1b56af44cb82980e47a1591307a07c Mon Sep 17 00:00:00 2001 From: yarik Date: Thu, 27 Oct 2016 12:33:05 +0300 Subject: [PATCH] Certificate table name fix --- common/models/Certificate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/Certificate.php b/common/models/Certificate.php index 7fd1365..941a392 100755 --- a/common/models/Certificate.php +++ b/common/models/Certificate.php @@ -24,7 +24,7 @@ */ public static function tableName() { - return Yii::t('app', 'certcreate'); + return 'certcreate'; } /** -- libgit2 0.21.4