aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-03-04 13:48:29 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-03-04 13:48:29 -0600
commitc1840c78c5ea2967dfc1912665ec19ebc25c22c6 (patch)
treecd609ca105e042f3f1a91ece20acb293b30d2eef /phpBB/common.php
parent071defded6f0e4d2a805b336f56f0a2524d5b1b6 (diff)
parenteb5075c80f9ddbec220e613a92ba37aa03a8a4f9 (diff)
downloadforums-c1840c78c5ea2967dfc1912665ec19ebc25c22c6.tar
forums-c1840c78c5ea2967dfc1912665ec19ebc25c22c6.tar.gz
forums-c1840c78c5ea2967dfc1912665ec19ebc25c22c6.tar.bz2
forums-c1840c78c5ea2967dfc1912665ec19ebc25c22c6.tar.xz
forums-c1840c78c5ea2967dfc1912665ec19ebc25c22c6.zip
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386-3
Conflicts: phpBB/includes/db/migrator.php
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index f502d37c8f..5c0feb87db 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -73,6 +73,7 @@ require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
require($phpbb_root_path . 'includes/functions.' . $phpEx);
require($phpbb_root_path . 'includes/functions_content.' . $phpEx);
require($phpbb_root_path . 'includes/functions_container.' . $phpEx);
+include($phpbb_root_path . 'includes/functions_compatibility.' . $phpEx);
require($phpbb_root_path . 'includes/constants.' . $phpEx);
require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx);