diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 1ac5da97a..109bd1894 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -20,6 +20,7 @@ - fix [ 1392643 ] 2006 Calendar dates are not correct? - fix [ 1384794 ] editSave on an existing File or Image asset loses storageId. - Removed the If macro, since it was scheduled for removal in 6.8.0. + - fix [ 1396620 ] Package WebGUI::Form::DynamicField 6.8.3 diff --git a/lib/WebGUI/ProfileField.pm b/lib/WebGUI/ProfileField.pm index ce17eefea..d6b23cf98 100644 --- a/lib/WebGUI/ProfileField.pm +++ b/lib/WebGUI/ProfileField.pm @@ -19,7 +19,7 @@ use strict; use WebGUI::ProfileCategory; use WebGUI::Session; use WebGUI::SQL; -use WebGUI::Form; +use WebGUI::Form::DynamicField; use WebGUI::FormProcessor; use WebGUI::Operation::Shared; use WebGUI::HTML;