N°2969 - change dictionaries folder from dictionary to dictionaries

This commit is contained in:
Eric
2020-07-16 14:52:03 +02:00
parent 7e970ee93c
commit 11ef705816
2 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ class ModuleDiscovery
{
$sModuleName = $aMatches[1];
$sDir = dirname($sFilePath);
foreach (array($sDir, $sDir.'/dictionary') as $sRootDir)
foreach (array($sDir, $sDir.'/dictionaries') as $sRootDir)
{
if ($hDir = @opendir($sRootDir))
{