Error handling fix.

This commit is contained in:
Chris 2013-05-15 14:48:48 +01:00
parent 69fd65d323
commit 1c51df834e

View File

@ -94,7 +94,7 @@ sub new {
return $self if($self -> read($filename)); return $self if($self -> read($filename));
# Get here and things have gone wahoonie-shaped # Get here and things have gone wahoonie-shaped
return set_error($self -> {"errstr"}); return Webperl::SystemModule::set_error($self -> {"errstr"});
} }