diff options
Diffstat (limited to 'LedgerSMB/Form.pm')
-rw-r--r-- | LedgerSMB/Form.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 99a41184..0a36f6f8 100644 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -86,7 +86,7 @@ $form->error may be called to deny access on some attribute values. sub new { # Without the line below, we get unknown errors. I guess this is an # indication of why this module is deprecated :-)-- CT - no strict; + no strict 'subs'; my $type = shift; |