summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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 732e031..a5415b3 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -50,7 +50,7 @@ function post() {
$sok = true;
if (empty($error)) {
$sok = send($n, $e, $m);
- }$sok = false;
+ }
if (!$sok) {
$errors[] = 'Unable to process your submission.';
}