aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-09-10 16:19:39 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-09-10 16:19:39 -0400
commit18f6a161017f5350d9487181f4b4ed66a53a0284 (patch)
tree5d43d1847832169510c55c3358c42ccd095b2128 /phpBB/develop/create_schema_files.php
parent3f81057f96ae87d2a881f5c71be1816c703cb1fd (diff)
parent71aeec40f6c4c5e6a69699486b618c2ba67dff2d (diff)
downloadforums-18f6a161017f5350d9487181f4b4ed66a53a0284.tar
forums-18f6a161017f5350d9487181f4b4ed66a53a0284.tar.gz
forums-18f6a161017f5350d9487181f4b4ed66a53a0284.tar.bz2
forums-18f6a161017f5350d9487181f4b4ed66a53a0284.tar.xz
forums-18f6a161017f5350d9487181f4b4ed66a53a0284.zip
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauth
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();