aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-29 00:35:46 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-07 01:02:36 +0200
commitf2e8e928c08809202b1abf5668a46e3d9e735c38 (patch)
treec55a814fffc56312f6b542643d36c801c136a971 /phpBB/phpbb
parent2db160ff87fa42ca6c47e580de9bc9d7e5cced49 (diff)
downloadforums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar
forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.gz
forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.bz2
forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.tar.xz
forums-f2e8e928c08809202b1abf5668a46e3d9e735c38.zip
[ticket/12775] Fix container_builder
PHPBB3-12775
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/di/container_builder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/di/container_builder.php b/phpBB/phpbb/di/container_builder.php
index 355d975a5f..f78b9e60f8 100644
--- a/phpBB/phpbb/di/container_builder.php
+++ b/phpBB/phpbb/di/container_builder.php
@@ -16,7 +16,7 @@ namespace phpbb\di;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Dumper\PhpDumper;
-class container_factory
+class container_builder
{
/** @var string phpBB Root Path */
protected $phpbb_root_path;