Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-formtools
Commits
c2bb5866
Commit
c2bb5866
authored
Jun 07, 2012
by
Thomas Sibley
Browse files
Avoid undef warnings without having to specify the empty string as the default everywhere
parent
83caf713
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/FormTools/Field
View file @
c2bb5866
...
...
@@ -75,6 +75,8 @@ unless ( $default ) {
}
}
$default = '' unless defined $default;
</%init>
% if ( @$enabled_by ) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment