1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/14645] Language pack not reconised when using a symlink
This commit is contained in:
Máté Bartus
2016-05-22 21:44:48 +02:00

View File

@@ -47,6 +47,7 @@ class language_file_helper
$finder->files()
->name('iso.txt')
->depth('== 1')
->followLinks()
->in($this->phpbb_root_path . 'language');
$available_languages = array();