summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index dc6f1a7..9c3fc5a 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -48,7 +48,7 @@ function post() {
}
$sok = true;
- if (empty($error)) {
+ if (empty($errors)) {
$sok = send($n, $e, $m);
}
if (!$sok) {