1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/10743] Changing obtain_cfg_items

Changing obtain_cfg_items to work only with style
because other components no longer exist

PHPBB3-10743
This commit is contained in:
Vjacheslav Trushkin
2012-04-02 11:45:26 +03:00
committed by Oleg Pudeyev
parent f22c99ffdb
commit 33b72ec62b
2 changed files with 26 additions and 40 deletions

View File

@@ -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) ', '
);