mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #4327 from paul999/ticket/14645
[ticket/14645] Language pack not reconised when using a symlink
This commit is contained in:
commit
283a039647
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class language_file_helper
|
||||||
$finder->files()
|
$finder->files()
|
||||||
->name('iso.txt')
|
->name('iso.txt')
|
||||||
->depth('== 1')
|
->depth('== 1')
|
||||||
|
->followLinks()
|
||||||
->in($this->phpbb_root_path . 'language');
|
->in($this->phpbb_root_path . 'language');
|
||||||
|
|
||||||
$available_languages = array();
|
$available_languages = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue