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

Merge branch 'ticket/11257' of github.com:EXreaction/phpbb3 into ticket/11103

This commit is contained in:
Nathan Guse
2012-12-08 17:33:40 -06:00
2 changed files with 17 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ class phpbb_di_service_collection extends ArrayObject
public function add($name)
{
$task = $this->container->get($name);
$task->set_name($name);
$this->offsetSet($name, $task);
}
}