1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12775] Fix comments

PHPBB3-12775
This commit is contained in:
Tristan Darricau
2014-06-29 21:47:00 +02:00
parent 15c23e60b8
commit 98e8be966b
2 changed files with 1 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ class container_builder
*/
protected function dump_container($container_filename)
{
// Lastly, we create our cached container class
$dumper = new PhpDumper($this->container);
$cached_container_dump = $dumper->dump(array(
'class' => 'phpbb_cache_container',