This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
layouts/Default/modules/Users Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ class Version
1919 /**
2020 * @var string Application version.
2121 */
22- const APP = '6.4.6 ' ;
22+ const APP = '6.4.7 ' ;
2323 /**
2424 * @var string Date of publication of the application.
2525 */
26- const DATE = '2023.02.22 ' ;
26+ const DATE = '2023.07.14 ' ;
2727}
Original file line number Diff line number Diff line change 1414 <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" >
1515 <span aria-hidden =" true" >× ; </span >
1616 </button >
17+ { if is_array($ERROR )}
18+ { assign var= " ERROR" value= print_r($ERROR ,true )}
19+ { /if }
1720 { \App\Purifier::encodeHtml($ERROR )}
1821 </div >
1922 { /foreach }
Original file line number Diff line number Diff line change 1313 <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" >
1414 <span aria-hidden =" true" >× ; </span >
1515 </button >
16+ { if is_array($ERROR )}
17+ { assign var= " ERROR" value= print_r($ERROR ,true )}
18+ { /if }
1619 { \App\Purifier::encodeHtml($ERROR )}
1720 </div >
1821 { /foreach }
Original file line number Diff line number Diff line change 1717 <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" >
1818 <span aria-hidden =" true" >× ; </span >
1919 </button >
20+ { if is_array($ERROR )}
21+ { assign var= " ERROR" value= print_r($ERROR ,true )}
22+ { /if }
2023 { \App\Purifier::encodeHtml($ERROR )}
2124 </div >
2225 { /foreach }
You can’t perform that action at this time.
0 commit comments