- Affected version
- 2.0 DP10
When I was trying to post
in another bug report I noticed that the editor killed the tabs (Chrome 60.0.3112.101/Windows 7 64bit).
This also happens on a local DP10 installation.
PHP:
$container['oAuth'] = function($c)
{
$class = $this->extendClass('XF\SubContainer\OAuth');
return new $class($c, $this);
};
$container['oAuth'] = function($c)
{
$class = $this->extendClass('XF\SubContainer\OAuth');
return new $class($c, $this);
};
This also happens on a local DP10 installation.