mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 16:01:40 +02:00
[ticket/17176] Resolve deprecation notices
PHPBB3-17176
This commit is contained in:
@@ -77,7 +77,7 @@ class finder
|
||||
);
|
||||
$this->extensions = array();
|
||||
|
||||
$this->cached_queries = ($this->cache) ? $this->cache->get($this->cache_name) : false;
|
||||
$this->cached_queries = $this->cache ? ($this->cache->get($this->cache_name) ?: []) : [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user