diff options
Diffstat (limited to 'lib/prado/framework/Web/UI/WebControls')
-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 } } - |