From 5b67c70665f2306dccb6d61c865edee3665a6ea2 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 9 Jan 2014 08:06:05 +0400 Subject: [PATCH] \yii\log\DbTarget updated --- framework/yii/log/DbTarget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/log/DbTarget.php b/framework/yii/log/DbTarget.php index b649e9e..59eedc6 100644 --- a/framework/yii/log/DbTarget.php +++ b/framework/yii/log/DbTarget.php @@ -52,7 +52,7 @@ class DbTarget extends Target * of some queries about message levels and categories. Depending on your actual needs, you may * want to create additional indexes (e.g. index on `log_time`). */ - public $logTable = 'tbl_log'; + public $logTable = '{{%log}}'; /** * Initializes the DbTarget component.