From 63be5a36ebc6ffc4ad058a0dadbc4aa5c5aa5159 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 13 May 2005 14:08:53 +0000 Subject: [PATCH] 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 >" --- etc/WebGUI.conf.original | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 931730534..6fb172088 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -119,7 +119,7 @@ assetContainers = WebGUI::Asset::Wobject::Layout, \ # and are not typically used as a normal part of content # management. -utilityAssets => WebGUI::Asset::Template, \ +utilityAssets = WebGUI::Asset::Template, \ WebGUI::Asset::RichEdit # Optionally specify a group id for assets to tell WebGUI what