Look in correct place for error messages.

This commit is contained in:
Chris 2014-03-27 15:03:14 +00:00
parent aa8b67acd8
commit 661ded1ff6

View File

@ -308,7 +308,7 @@ sub load_module {
# Render unto us a new instance of thyself!
my $modobj = $name -> new(%args)
or $self -> self_error("Unable to load module: ".$SystemModule::errstr);
or $self -> self_error("Unable to load module: ".$Webperl::SystemModule::errstr);
use strict;
return $modobj;