diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index ddcad44df..863804daf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Form/HTMLArea.pm b/lib/WebGUI/Form/HTMLArea.pm index 7d4895081..b4c79e5df 100644 --- a/lib/WebGUI/Form/HTMLArea.pm +++ b/lib/WebGUI/Form/HTMLArea.pm @@ -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; }