diff options
author | knut <> | 2006-07-03 09:03:57 +0000 |
---|---|---|
committer | knut <> | 2006-07-03 09:03:57 +0000 |
commit | 38cc7a09ab2feca2172bc4fddf6c406a9285c55f (patch) | |
tree | b3a3d53725e493694aca0d55f919aaa34df0ccd7 /framework/Web | |
parent | 674353eec4d0a2ee006302720bf6df07ae3e9852 (diff) |
Resolved typo #264
Diffstat (limited to 'framework/Web')
-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 37689746..62c51ccf 100644 --- a/framework/Web/UI/WebControls/TFileUpload.php +++ b/framework/Web/UI/WebControls/TFileUpload.php @@ -189,7 +189,7 @@ class TFileUpload extends TWebControl implements IPostBackDataHandler, IValidata throw new TInvalidOperationException('fileupload_saveas_failed');
}
else
- throw new TInvalidOperation('fileupload_saveas_forbidden');
+ throw new TInvalidOperationException('fileupload_saveas_forbidden');
}
/**
|