diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-10-29 11:39:34 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-10-29 11:39:34 +0000 |
commit | 1c8dccf838eb15a9b69924f1f29a4786c6eadbb9 (patch) | |
tree | c51f491728cc313031068efc32a51355555609e4 /actions | |
parent | eeee719c4bdfa433d73336484234ad7fcd3698a1 (diff) | |
download | elgg-1c8dccf838eb15a9b69924f1f29a4786c6eadbb9.tar.gz elgg-1c8dccf838eb15a9b69924f1f29a4786c6eadbb9.tar.bz2 |
added cancel button for uploads and updated css for errors
Diffstat (limited to 'actions')
-rw-r--r-- | actions/ajax_upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/ajax_upload.php b/actions/ajax_upload.php index 973e4220a..a9743cf54 100644 --- a/actions/ajax_upload.php +++ b/actions/ajax_upload.php @@ -14,6 +14,7 @@ if (!$album) { exit; } +// probably POST limit exceeded if (empty($_FILES)) { exit; } |