aboutsummaryrefslogtreecommitdiff
path: root/actions/ajax_upload.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-10-29 11:39:34 +0000
committerCash Costello <cash.costello@gmail.com>2010-10-29 11:39:34 +0000
commit1c8dccf838eb15a9b69924f1f29a4786c6eadbb9 (patch)
treec51f491728cc313031068efc32a51355555609e4 /actions/ajax_upload.php
parenteeee719c4bdfa433d73336484234ad7fcd3698a1 (diff)
downloadelgg-1c8dccf838eb15a9b69924f1f29a4786c6eadbb9.tar.gz
elgg-1c8dccf838eb15a9b69924f1f29a4786c6eadbb9.tar.bz2
added cancel button for uploads and updated css for errors
Diffstat (limited to 'actions/ajax_upload.php')
-rw-r--r--actions/ajax_upload.php1
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;
}