fix: Image uploader in Rich Editor now works correctly

This commit is contained in:
Doug Bell 2008-07-20 19:39:41 +00:00
parent f8141d46f6
commit 5b4ffcec5f
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@
- fixed backwards compatibility with new form control API additions: getValue is now
an alias to getValueFromForm instead of vice-versa. getValue is still the preferred
method, getValueFromForm is still the deprecated method.
- fixed: Image Collateral Uploader in Rich Editor now works correctly
7.5.17
- fixed: Payment Methods Hover Help Incomplete

View file

@ -402,7 +402,7 @@ sub www_addFolderSave {
className => 'WebGUI::Asset::Wobject::Folder',
#filename => $filename,
});
$session->http->setRedirect($base->getUrl('op=formHelper;class=HTMLForm;sub=imageTree'));
$session->http->setRedirect($base->getUrl('op=formHelper;class=HTMLArea;sub=imageTree'));
return undef;
}