diff options
Diffstat (limited to 'install/db/14-database.php')
-rw-r--r-- | install/db/14-database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/db/14-database.php b/install/db/14-database.php index 6374ef25f..7513191e8 100644 --- a/install/db/14-database.php +++ b/install/db/14-database.php @@ -30,7 +30,7 @@ $upgrade_description = 'Update database to new pwg_high structure'; include_once(PHPWG_ROOT_PATH.'include/constants.php'); 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'); // +-----------------------------------------------------------------------+ // | Upgrade content | |