aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style/style.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-03-15 16:33:13 +0200
committerVjacheslav Trushkin <arty@phpbb.com>2012-03-15 16:33:13 +0200
commit8b7c2c3c6516fd4eb606054ca3822d8a7f977282 (patch)
treeb105d7c63d0db402f59280900b110f7919707d39 /phpBB/includes/style/style.php
parentc83f386c923fdb0e2823e7f742561a44a6f0f6ed (diff)
downloadforums-8b7c2c3c6516fd4eb606054ca3822d8a7f977282.tar
forums-8b7c2c3c6516fd4eb606054ca3822d8a7f977282.tar.gz
forums-8b7c2c3c6516fd4eb606054ca3822d8a7f977282.tar.bz2
forums-8b7c2c3c6516fd4eb606054ca3822d8a7f977282.tar.xz
forums-8b7c2c3c6516fd4eb606054ca3822d8a7f977282.zip
[feature/merging-style-components] Renaming style locator
Renaming style locator to style resource locator PHPBB3-10632
Diffstat (limited to 'phpBB/includes/style/style.php')
-rw-r--r--phpBB/includes/style/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/style/style.php b/phpBB/includes/style/style.php
index 217a70e237..b134b4f76f 100644
--- a/phpBB/includes/style/style.php
+++ b/phpBB/includes/style/style.php
@@ -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)
{