diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e35a03fb5..727e84f91 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -2,6 +2,7 @@ - fixed #11390: Meta description duplicated in asset Folder - fixed #11391: Duplicated Thingy maintains ids for storage fields - fixed #11381: Captcha of DataForm cached + - fixed #11392: account.message var sometimes returns invalid html 7.8.11 - fixed #11362: Unable to checkout with ITransact plugin diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index 75a86fb12..b7ed9c606 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -1299,7 +1299,7 @@ sub updateAccount { } if($error){ - $display = $error; + $display = ''; } my $properties;