aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language/language_file_helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14645] Language pack not reconised when using a symlinkPaul Sohier2016-05-211-0/+1
| | | | | | | | Symfony finder does not follow symlinks by default. With this change it does, so a user is able to have the language pack outside the phpBB directory, and linked with a symlink into phpBB/language/ PHPBB3-14645
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-0/+71
PHPBB3-13762