diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-04-06 21:38:46 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-04-06 21:38:46 +0200 |
commit | c3cd65d7be93c4083a45b79ce3092a3c58b8728a (patch) | |
tree | a118ecbcf6e33df8c4b3a0f9bb40a4db2975694f /framework/Web/UI/WebControls/TFileUpload.php | |
parent | 8d257fad74c798aef2d6a6f83551cc4faeb14962 (diff) |
Possibly fix #581
Diffstat (limited to 'framework/Web/UI/WebControls/TFileUpload.php')
-rw-r--r-- | framework/Web/UI/WebControls/TFileUpload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TFileUpload.php b/framework/Web/UI/WebControls/TFileUpload.php index 142543c7..60f46701 100644 --- a/framework/Web/UI/WebControls/TFileUpload.php +++ b/framework/Web/UI/WebControls/TFileUpload.php @@ -47,7 +47,7 @@ class TFileUpload extends TWebControl implements IPostBackDataHandler, IValidata /** * @var string the name of the temporary file storing the uploaded file */ - private $_localName=''; + protected $_localName=''; /** * @var string the uploaded file mime type */ |