diff options
author | ctrlaltca <ctrlaltca@gmail.com> | 2016-04-06 21:51:11 +0200 |
---|---|---|
committer | ctrlaltca <ctrlaltca@gmail.com> | 2016-04-06 21:51:11 +0200 |
commit | 6b8e6601752b21a8a96c385a5529bbec7bb2b408 (patch) | |
tree | a118ecbcf6e33df8c4b3a0f9bb40a4db2975694f /framework/Web/UI/WebControls/TFileUpload.php | |
parent | 8d257fad74c798aef2d6a6f83551cc4faeb14962 (diff) | |
parent | c3cd65d7be93c4083a45b79ce3092a3c58b8728a (diff) |
Merge pull request #584 from pradosoft/fix_581
Fix tracking of localfile path in TActiveFileUpload
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 */ |