fixed 746874
This commit is contained in:
parent
c1db1392b6
commit
029d371e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ sub process {
|
||||||
my $cmd = "WebGUI::Wobject::".$namespace;
|
my $cmd = "WebGUI::Wobject::".$namespace;
|
||||||
my $w = eval{$cmd->new({namespace=>$namespace,wobjectId=>"new"})};
|
my $w = eval{$cmd->new({namespace=>$namespace,wobjectId=>"new"})};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
WebGUI::ErrorHandler::warn("Could use wobject $namespace because: ".$@);
|
WebGUI::ErrorHandler::warn("Could not use wobject $namespace because: ".$@);
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
next if ($w->uiLevel > $session{user}{uiLevel});
|
next if ($w->uiLevel > $session{user}{uiLevel});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue