1
0
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:
Vjacheslav Trushkin
2012-03-15 16:33:13 +02:00
parent c83f386c92
commit 8b7c2c3c65
3 changed files with 5 additions and 5 deletions

View File

@@ -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)
{