Last minute fixes for 4.7.0.
This commit is contained in:
parent
c2a9201cac
commit
c96e23f0ff
6 changed files with 216 additions and 204 deletions
|
|
@ -145,7 +145,7 @@ sub _loadWobjects {
|
|||
$exclude = $session{config}{excludeWobject};
|
||||
$exclude =~ s/ //g;
|
||||
next if (isIn($namespace, split(/,/,$exclude)));
|
||||
$cmd = "\WebGUI::Wobject::".$namespace."::uiLevel";
|
||||
$cmd = "WebGUI::Wobject::".$namespace."::uiLevel";
|
||||
next if (eval($cmd) > $session{user}{uiLevel});
|
||||
$cmd = "\$WebGUI::Wobject::".$namespace."::name";
|
||||
$session{wobject}{$namespace} = eval($cmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue