aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-09-05 11:17:31 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-09-05 11:17:31 -0700
commitf71b6c8ea5dbfcf0f02f97f579151716efc82e79 (patch)
treedbe06ec8eca3a0d7a17fa3d55d5734981c344677 /phpBB/develop/create_schema_files.php
parentab0af38629f1f101a420f8f7f245f0afbf37ff76 (diff)
parent19074a3420029cfdf363a8afeb98443018a0e767 (diff)
downloadforums-f71b6c8ea5dbfcf0f02f97f579151716efc82e79.tar
forums-f71b6c8ea5dbfcf0f02f97f579151716efc82e79.tar.gz
forums-f71b6c8ea5dbfcf0f02f97f579151716efc82e79.tar.bz2
forums-f71b6c8ea5dbfcf0f02f97f579151716efc82e79.tar.xz
forums-f71b6c8ea5dbfcf0f02f97f579151716efc82e79.zip
Merge pull request #1695 from dhruvgoel92/ticket/11825
[ticket/11825] Move schema_data.php into includes/ instead of phpbb/
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 3aacd31e70..9ffc8d229f 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -20,7 +20,7 @@ if (!is_writable($schema_path))
define('IN_PHPBB', true);
-require(dirname(__FILE__) . '/../phpbb/db/schema_data.php');
+require(dirname(__FILE__) . '/../includes/db/schema_data.php');
require(dirname(__FILE__) . '/../phpbb/db/tools.php');
$dbms_type_map = phpbb_db_tools::get_dbms_type_map();