fixed a recursive style change bug
This commit is contained in:
parent
1a1b9f889a
commit
bbe255a0a1
2 changed files with 6 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ sub _recursivelyChangeProperties {
|
|||
groupIdEdit => $session{form}{groupIdEdit}
|
||||
}) if ($session{form}{recursePrivs});
|
||||
$currentPage->setWithoutRecache({
|
||||
styleId => $session{form}{styleId}
|
||||
styleId => $session{form}{styleId},
|
||||
printableStyleId => $session{form}{printableStyleId}
|
||||
}) if ($session{form}{recurseStyle});
|
||||
}
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue