From 39510ce9c859f8df540864780c0e651074db2406 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 23 May 2019 18:55:42 -0400 Subject: volunteer/submit/index.php: Update post. * static/volunteer/submit/index.php (post): Fix error check. --- static/volunteer/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/volunteer') 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) { -- cgit v1.2.3