diff options
Diffstat (limited to 'phpBB/includes/config/config.php')
-rw-r--r-- | phpBB/includes/config/config.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/config/config.php b/phpBB/includes/config/config.php index ff352abe84..4ba05a98ec 100644 --- a/phpBB/includes/config/config.php +++ b/phpBB/includes/config/config.php @@ -113,11 +113,6 @@ class phpbb_config implements ArrayAccess, IteratorAggregate, Countable */ public function delete($key, $cache = true) { - if (!isset($this->config[$key])) - { - return; - } - unset($this->config[$key]); } |