diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-02 11:45:26 +0300 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-06-11 19:56:49 -0400 |
commit | 33b72ec62bd8b6e6c890e4c474d28389f048632a (patch) | |
tree | 6f49139709d8aef3e54feb3232f6155de6c53e89 /phpBB/includes/user.php | |
parent | Merge remote-tracking branch 'github-p/ticket/10882' into develop (diff) | |
download | phpbb-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.php | 3 |
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) ', ' ); |