Skip to content

Commit

Permalink
Merge branch '2017.12' into 2019.03
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Mar 3, 2020
2 parents 6a271eb + eb5a66b commit f1fd047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ezutils/classes/ezfileextensionblacklistvalidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class eZFileExtensionBlackListValidator extends eZInputValidator
*/
function __construct()
{
parent::eZInputValidator();

$fileIni = eZINI::instance('file.ini');
$this->constraints['extensionsBlackList'] = $fileIni->variable('FileSettings','FileExtensionBlackList');
}
Expand Down

0 comments on commit f1fd047

Please sign in to comment.