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:
committed by
Oleg Pudeyev
parent
f22c99ffdb
commit
33b72ec62b
@@ -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) ', '
|
||||
);
|
||||
|
Reference in New Issue
Block a user