Removed line causing hideFromNavigation to always display as 'No'
This commit is contained in:
parent
5edc1cfe3f
commit
77aa1821c6
1 changed files with 0 additions and 1 deletions
|
|
@ -261,7 +261,6 @@ sub www_editPage {
|
|||
} else {
|
||||
%page = %{$session{page}};
|
||||
($childCount) = WebGUI::SQL->quickArray("select count(*) from page where parentId=$page{pageId}");
|
||||
$page{hideFromNavigation} = 0;
|
||||
}
|
||||
$page{endDate} = (addToDate(time(),10)) if ($page{endDate} < 0);
|
||||
$output = helpIcon(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue