From e1a95f47b6cabf9b8762aa563ce0997909cdefd3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Dec 2016 19:03:44 +0200 Subject: [PATCH] remarketing --- common/config/main.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 2f864f4..5d3d8dc 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -192,8 +192,8 @@ return [ 'file' => [ 'class' => 'common\modules\file\Module', ], -// 'artbox-comment' => [ -// 'class' => 'common\modules\comment\Module', -// ], + 'artbox-comment' => [ + 'class' => 'common\modules\comment\Module', + ], ], ]; -- libgit2 0.21.4