fixed bug 675320
This commit is contained in:
parent
7bb12ea176
commit
e4c4bf7081
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ sub _traversePageTree {
|
|||
$indentString .= " ";
|
||||
}
|
||||
if ($currentDepth < $depth) {
|
||||
$sth = WebGUI::SQL->read("select urlizedTitle, title, pageId, synopsis from page
|
||||
$sth = WebGUI::SQL->read("select urlizedTitle, menuTitle, title, pageId, synopsis from page
|
||||
where parentId='$parent' order by sequenceNumber");
|
||||
while ($data = $sth->hashRef) {
|
||||
if (($data->{pageId}>999 || $data->{pageId}==1) && WebGUI::Privilege::canViewPage($data->{pageId})) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue