From 38cc7a09ab2feca2172bc4fddf6c406a9285c55f Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 3 Jul 2006 09:03:57 +0000 Subject: Resolved typo #264 --- framework/Web/UI/WebControls/TFileUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TFileUpload.php') 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'); } /** -- cgit v1.2.3