aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/mysql_upgrader.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-09-03 19:44:07 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-09-03 19:44:07 +0530
commit19074a3420029cfdf363a8afeb98443018a0e767 (patch)
treeab4c3034424c7c636f2c1ee234761df4609e223a /phpBB/develop/mysql_upgrader.php
parent8d6b03c438392cebed941491684ff835bf7136a8 (diff)
downloadforums-19074a3420029cfdf363a8afeb98443018a0e767.tar
forums-19074a3420029cfdf363a8afeb98443018a0e767.tar.gz
forums-19074a3420029cfdf363a8afeb98443018a0e767.tar.bz2
forums-19074a3420029cfdf363a8afeb98443018a0e767.tar.xz
forums-19074a3420029cfdf363a8afeb98443018a0e767.zip
[ticket/11825] Move schema_data.php into includes/ instead of phpbb/
PHPBB3-11825
Diffstat (limited to 'phpBB/develop/mysql_upgrader.php')
-rw-r--r--phpBB/develop/mysql_upgrader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/mysql_upgrader.php b/phpBB/develop/mysql_upgrader.php
index 340112fa38..3decee306a 100644
--- a/phpBB/develop/mysql_upgrader.php
+++ b/phpBB/develop/mysql_upgrader.php
@@ -56,7 +56,7 @@ echo "USE $dbname;$newline$newline";
@set_time_limit(0);
-require($phpbb_root_path . 'phpbb/db/schema_data.' . $phpEx);
+require($phpbb_root_path . 'includes/db/schema_data.' . $phpEx);
require($phpbb_root_path . 'phpbb/db/tools.' . $phpEx);
$dbms_type_map = phpbb_db_tools::get_dbms_type_map();