From 1496d47467ac6364b3bec5a0a13f40388e33b590 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 5 Sep 2019 12:16:44 +0300 Subject: [PATCH] default config to new sql --- application/config/aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index b467b40..41c1b35 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -97,7 +97,7 @@ $config_aauth["default"] = array( 'perms' => 'aauth_perms', 'perm_to_group' => 'aauth_perm_to_group', 'perm_to_user' => 'aauth_perm_to_user', - 'pms' => 'aauth_pms', + 'pms' => 'aauth_chatmsg', 'user_variables' => 'aauth_user_variables', 'login_attempts' => 'aauth_login_attempts',