merging some of the 6.6.4 changes
This commit is contained in:
parent
88d751b64e
commit
85f8ef7f43
8 changed files with 38 additions and 34 deletions
|
|
@ -191,7 +191,7 @@ sub view {
|
|||
}
|
||||
# deal with unplaced children
|
||||
foreach my $child (@{$children}) {
|
||||
unless (isIn($child->getId, @found)) {
|
||||
unless (isIn($child->getId, @found)||isIn($child->getId,@hidden)) {
|
||||
push(@{$vars{"position1_loop"}},{
|
||||
id=>$child->getId,
|
||||
content=>$child->view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue