aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@cake.ukcod.org.uk>2010-03-25 15:44:44 +0000
committerMatthew Somerville <matthew@cake.ukcod.org.uk>2010-03-25 15:44:44 +0000
commit3a8f3ea15b8508d7873120fcc1a46bf2650b821c (patch)
treead45fb6fdc00c933971f2c72ff5c976eb5e3eb4b
parentd3b8dce4fa7b8339ca9b345f1b1ce26742ba712d (diff)
Needs to be passed to template.
-rwxr-xr-xweb/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 66680e603..c908b97a6 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -712,7 +712,7 @@ photo of the problem if you have one), etc.'));
$vars{errors} = '<ul class="error"><li>' . join('</li><li>', @errors) . '</li></ul>';
}
- my $anon = ($input{anonymous}) ? ' checked' : ($input{title} ? '' : ' checked');
+ $vars{anon} = ($input{anonymous}) ? ' checked' : ($input{title} ? '' : ' checked');
$vars{form_heading} = $q->h2(_('Empty property details form')) if $q->{site} eq 'emptyhomes';
$vars{subject_label} = _('Subject:');