diff options
author | emkael <emkael@tlen.pl> | 2016-04-06 10:45:40 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-06 10:45:40 +0200 |
commit | 6355c02d7595082a4ea6bf0e151ddfb517a0f25e (patch) | |
tree | 8bf710ca305b948506fc324cfec2222da826dd7c /lib/prado/framework/Web/UI/WebControls/TFileUpload.php | |
parent | 058ef1c8b7517ecce1a60cfc72ad8e94fefd363e (diff) |
https://github.com/pradosoft/prado/issues/581
Diffstat (limited to 'lib/prado/framework/Web/UI/WebControls/TFileUpload.php')
-rw-r--r-- | lib/prado/framework/Web/UI/WebControls/TFileUpload.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/prado/framework/Web/UI/WebControls/TFileUpload.php b/lib/prado/framework/Web/UI/WebControls/TFileUpload.php index c8853c5..20f3c5e 100644 --- a/lib/prado/framework/Web/UI/WebControls/TFileUpload.php +++ b/lib/prado/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 */ @@ -276,4 +276,3 @@ class TFileUpload extends TWebControl implements IPostBackDataHandler, IValidata } } - |