mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[feature/merging-style-components] Renaming style locator
Renaming style locator to style resource locator PHPBB3-10632
This commit is contained in:
@@ -78,7 +78,7 @@ class phpbb_style
|
||||
$this->phpEx = $phpEx;
|
||||
$this->config = $config;
|
||||
$this->user = $user;
|
||||
$this->locator = new phpbb_style_locator();
|
||||
$this->locator = new phpbb_style_resource_locator();
|
||||
$this->provider = new phpbb_style_path_provider();
|
||||
if ($phpbb_extension_manager !== false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user