more bug fixes
This commit is contained in:
parent
864206b05b
commit
536e2679e8
2 changed files with 11 additions and 2 deletions
|
|
@ -1439,7 +1439,7 @@ sub walkTree {
|
|||
$groupIdEdit = $wobject->{groupIdEdit};
|
||||
$ownerId = $wobject->{ownerId};
|
||||
}
|
||||
$className = 'WebGUI::Asset::Wobject::'.$wobject->{namespace};
|
||||
my $className = 'WebGUI::Asset::Wobject::'.$wobject->{namespace};
|
||||
WebGUI::SQL->write("insert into asset (assetId, parentId, lineage, className, state, title, menuTitle, url, startDate,
|
||||
endDate, isHidden, ownerUserId, groupIdView, groupIdEdit, encryptPage, assetSize) values (".quote($wobjectId).",
|
||||
".quote($pageId).", ".quote($wobjectLineage).", ".quote($className).",'published',".quote($wobject->{title}||'Untitled').",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue