1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 16:22:58 +02:00

[ticket/11152] Move container functions to a separate function file

PHPBB3-11152
This commit is contained in:
Igor Wiedler
2012-11-09 23:00:44 +01:00
parent 3f2cbaac34
commit 897e8f2e83
6 changed files with 127 additions and 109 deletions

View File

@@ -77,6 +77,7 @@ else
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
require($phpbb_root_path . 'includes/functions.' . $phpEx);
require($phpbb_root_path . 'includes/functions_container.' . $phpEx);
phpbb_require_updated('includes/functions_content.' . $phpEx, true);