appending to an attribute must quote the +

This commit is contained in:
Colin Kuskie 2010-03-09 13:43:22 -08:00
parent 3b0e89341d
commit 87c00d41c1
8 changed files with 13 additions and 7 deletions

View file

@ -169,7 +169,7 @@ property allowMedia => (
label => ['editForm allowMedia label', 'Asset_RichEdit'],
hoverHelp => ['editForm allowMedia description', 'Asset_RichEdit'],
);
has +uiLevel => (
has '+uiLevel' => (
default => 5,
);