fixing example

This commit is contained in:
Peter Thaleikis 2015-12-04 11:14:02 +13:00
parent c3544fdbea
commit 7db7140a70

View File

@ -110,7 +110,8 @@ This example will save all uploads in the `/assets/customfolder/` folder. If the
'Root.Upload', 'Root.Upload',
$uploadField = new UploadField( $uploadField = new UploadField(
$name = 'GalleryImages', $name = 'GalleryImages',
$title = 'Please upload one or more images' ) $title = 'Please upload one or more images'
)
); );
$uploadField->setFolderName('customfolder'); $uploadField->setFolderName('customfolder');
``` ```