a few last second bug fixes
This commit is contained in:
parent
0527e7bf39
commit
efbb31b7dc
6 changed files with 6 additions and 35 deletions
|
|
@ -494,7 +494,6 @@ sub _getContentTypes {
|
|||
'content' => WebGUI::International::get(21,$self->get("namespace")),
|
||||
'discussion' => WebGUI::International::get(892),
|
||||
'profile' => WebGUI::International::get(22,$self->get("namespace")),
|
||||
#'help' => WebGUI::International::get(93),
|
||||
'any' => WebGUI::International::get(23,$self->get("namespace")),
|
||||
);
|
||||
tie my %contentTypes, 'Tie::IxHash';
|
||||
|
|
|
|||
|
|
@ -459,7 +459,7 @@ sub indexDocument {
|
|||
quote($self->getIndexName).", ".
|
||||
($document->{pageId} || 0).", ".
|
||||
($document->{wobjectId} || 0).", ".
|
||||
($document->{languageId} || quote('')).", ".
|
||||
quote($document->{languageId}).", ".
|
||||
quote($document->{namespace} || 'WebGUI')." , ".
|
||||
quote($document->{location}).", ".
|
||||
($document->{page_groupIdView} || 7).", ".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue