mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Regression -a bug was hidden by the issue solved in revision [2356] !
SVN:trunk[2368]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user