summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-03-30 16:01:42 +0200
committerYorhel <git@yorhel.nl>2011-03-30 16:01:42 +0200
commit27804f76dfe0fa075f9b9303bfdbea25b47cb8d0 (patch)
tree74796f6de9c43e77b13b3a9f732e86bf5198d905
parentcf0a38fca245446b4730813890386487dfd4f20b (diff)
Get rid of Perl warning on /c/new
-rw-r--r--lib/VNDB/Handler/Chars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm
index ca9cf105..dddcbb3f 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -372,7 +372,7 @@ sub edit {
div;
h2 mt '_chare_image_id';
- input type => 'text', class => 'text', name => 'image', id => 'image', value => $frm->{image};
+ input type => 'text', class => 'text', name => 'image', id => 'image', value => $frm->{image}||'';
p mt '_chare_image_id_msg';
br; br;