aboutsummaryrefslogtreecommitdiffstats
path: root/install/db/65-database.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/db/65-database.php')
-rw-r--r--install/db/65-database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/65-database.php b/install/db/65-database.php
index 9f732b86f..e934d14fc 100644
--- a/install/db/65-database.php
+++ b/install/db/65-database.php
@@ -135,7 +135,7 @@ SELECT language, COUNT(user_id) AS count FROM '.USER_INFOS_TABLE.'
// +-----------------------------------------------------------------------+
// get admin charset
include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
- @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
+ @include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
$admin_charset='iso-8859-1';
$query='
SELECT language FROM '.USER_INFOS_TABLE.'