mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
[feature/extension-manager] Support for loading language files from extensions
The referenced extension needs to be explicitly specified in an add_lang_ext() call. PHPBB3-10323
This commit is contained in:
@@ -268,7 +268,7 @@ class phpbb_extension_finder
|
||||
* @param bool $is_dir Whether the found items should be directories
|
||||
* @return array An array of paths to found items
|
||||
*/
|
||||
protected function find($cache = true, $is_dir = false)
|
||||
public function find($cache = true, $is_dir = false)
|
||||
{
|
||||
$this->query['is_dir'] = $is_dir;
|
||||
$query = md5(serialize($this->query));
|
||||
|
Reference in New Issue
Block a user