Error handling fix.
This commit is contained in:
parent
69fd65d323
commit
1c51df834e
@ -94,7 +94,7 @@ sub new {
|
||||
return $self if($self -> read($filename));
|
||||
|
||||
# Get here and things have gone wahoonie-shaped
|
||||
return set_error($self -> {"errstr"});
|
||||
return Webperl::SystemModule::set_error($self -> {"errstr"});
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user