diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/upload_error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_error.php b/application/views/file/upload_error.php index 606110d83..9df86b8a8 100644 --- a/application/views/file/upload_error.php +++ b/application/views/file/upload_error.php @@ -1,6 +1,6 @@ <div style="text-align:center"> <p> An error occurred while uploading.<br /> - Most likely your file is too big or has not been uploaded completely. + <?php echo $msg; ?> </p> </div> |