Fixed regression due to the enhanced security (param file)

SVN:trunk[1487]
This commit is contained in:
Romain Quetiez
2011-08-22 08:32:25 +00:00
parent 2a6d36b9cd
commit 931a260435

View File

@@ -88,7 +88,7 @@ class utils
public static function UseParamFile($sParamFileArgName = 'param_file', $bAllowCLI = true)
{
$sFileSpec = self::ReadParam($sParamFileArgName, '', $bAllowCLI);
$sFileSpec = self::ReadParam($sParamFileArgName, '', $bAllowCLI, 'raw_data');
foreach(explode(',', $sFileSpec) as $sFile)
{
$sFile = trim($sFile);