// Use protected instead of private for classes we can override #PSCFV-1976
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14895 b9a71923-0436-4b27-9f14-aed3839534dd
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