Regression -a bug was hidden by the issue solved in revision [2356] !

SVN:trunk[2368]
This commit is contained in:
Romain Quetiez
2012-10-25 15:16:36 +00:00
parent c39f11193e
commit 89029d4410

View File

@@ -918,7 +918,7 @@ EOF
}
$sFilePath = $sDir.'/'.$sFile;
if (is_file($sFilePath) && preg_match('/^.+\.dict.*\.php$/i', $sFilePath, $aMatches))
if (is_file($sFilePath) && preg_match('/^.*dict.*\.php$/i', $sFilePath, $aMatches))
{
require_once($sFilePath);
}