extra '>' in the utilityAssets list. caused this: 2005/05/13 09:06:53 - ERROR - WebGUI.conf - WebGUI::Asset::getAssetAdderLinks[725] - Couldn't compile > WebGUI::Asset::Template because syntax error at (eval 247) line 1, near "use >"
This commit is contained in:
parent
df68ce58cf
commit
63be5a36eb
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ assetContainers = WebGUI::Asset::Wobject::Layout, \
|
||||||
# and are not typically used as a normal part of content
|
# and are not typically used as a normal part of content
|
||||||
# management.
|
# management.
|
||||||
|
|
||||||
utilityAssets => WebGUI::Asset::Template, \
|
utilityAssets = WebGUI::Asset::Template, \
|
||||||
WebGUI::Asset::RichEdit
|
WebGUI::Asset::RichEdit
|
||||||
|
|
||||||
# Optionally specify a group id for assets to tell WebGUI what
|
# Optionally specify a group id for assets to tell WebGUI what
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue