diff --git a/www/aptui/manage_profile.php b/www/aptui/manage_profile.php index 62a94d28e077cda274eb20ce027f3d126ea0e725..89d397f0e8a1a3f2a8fea046cc2ed3cc9dfc4355 100644 --- a/www/aptui/manage_profile.php +++ b/www/aptui/manage_profile.php @@ -639,6 +639,7 @@ if (count($errors)) { # we want to return to that. # if ($action == "edit") { + $webtask->Refresh(); if ($webtask->TaskValue("newProfile")) { $profile = Profile::Lookup($webtask->TaskValue("newProfile")); }