// Use protected instead of private for classes we can override #PSCFV-1976
This commit is contained in:
@@ -27,10 +27,9 @@
|
||||
|
||||
class FileUploaderCore
|
||||
{
|
||||
|
||||
private $allowedExtensions = array();
|
||||
private $file;
|
||||
private $sizeLimit;
|
||||
protected $allowedExtensions = array();
|
||||
protected $file;
|
||||
protected $sizeLimit;
|
||||
|
||||
public function __construct(array $allowedExtensions = array(), $sizeLimit = 10485760)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user