We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e49b5 commit 78159c9Copy full SHA for 78159c9
lib/WebGUI/Group.pm
@@ -1627,7 +1627,7 @@ sub resetGroupFields {
1627
ASSET: foreach my $assetClass ($db->buildArray('SELECT DISTINCT className FROM asset')) {
1628
my $definition = eval { WebGUI::Pluggable::instanciate($assetClass, 'definition', [$session]); };
1629
if ($@) {
1630
- $session->log->error("Unable to load className: " . $className . " when looking for asset definitions: " . $@);
+ $session->log->error("Unable to load className: " . $assetClass . " when looking for asset definitions: " . $@);
1631
next ASSET;
1632
}
1633
SUBDEF: foreach my $subdef (@{ $definition }) {
0 commit comments