Skip to content

Commit 56c8ec4

Browse files
committed
Merge #284 Fix visibility error by making getL10nFilesForApp() public to support custom L10N factory in nmctheme
2 parents 6dbfab1 + a4f1624 commit 56c8ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/L10N/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ private function isSubDirectory($sub, $parent) {
509509
*
510510
* @return string[]
511511
*/
512-
private function getL10nFilesForApp(string $app, string $lang): array {
512+
public function getL10nFilesForApp(string $app, string $lang): array {
513513
$languageFiles = [];
514514

515515
$i18nDir = $this->findL10nDir($app);

0 commit comments

Comments
 (0)