fixed a recursive style change bug

This commit is contained in:
JT Smith 2004-05-21 22:39:45 +00:00
parent 1a1b9f889a
commit bbe255a0a1
2 changed files with 6 additions and 1 deletions

View file

@ -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;