aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-02 11:45:26 +0300
committerOleg Pudeyev <oleg@bsdpower.com>2012-06-11 19:56:49 -0400
commit33b72ec62bd8b6e6c890e4c474d28389f048632a (patch)
tree6f49139709d8aef3e54feb3232f6155de6c53e89 /phpBB/includes/user.php
parentMerge remote-tracking branch 'github-p/ticket/10882' into develop (diff)
downloadphpbb-33b72ec62bd8b6e6c890e4c474d28389f048632a.tar.gz
phpbb-33b72ec62bd8b6e6c890e4c474d28389f048632a.tar.bz2
phpbb-33b72ec62bd8b6e6c890e4c474d28389f048632a.zip
[ticket/10743] Changing obtain_cfg_items
Changing obtain_cfg_items to work only with style because other components no longer exist PHPBB3-10743
Diffstat (limited to 'phpBB/includes/user.php')
-rw-r--r--phpBB/includes/user.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/user.php b/phpBB/includes/user.php
index ce9c804f23..1db2364f76 100644
--- a/phpBB/includes/user.php
+++ b/phpBB/includes/user.php
@@ -188,9 +188,6 @@ class phpbb_user extends phpbb_session
// Now parse the cfg file and cache it
$parsed_items = $cache->obtain_cfg_items($this->theme);
- // We are only interested in the theme configuration for now
- $parsed_items = $parsed_items['theme'];
-
$check_for = array(
'pagination_sep' => (string) ', '
);