Skip to content

Commit

Permalink
Removed invalid constructor call
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Mar 3, 2020
1 parent 8d4e0f0 commit eb5a66b
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::__construct();

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

0 comments on commit eb5a66b

Please sign in to comment.