diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 487af760f..76abb39d9 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,8 @@ - fixed: #9148: Account: account links do not work - fixed: #9149: Account: default templates do not work right - fixed: Adding a file extension for URLs in the system settings now properly affects newly created Assets. It still does not update existing asset URL's. + - fixed #9152: Pagination broken in Contribs Section of new Account System + 7.6.4 - Survey now will show progress and time limit. - Brand new Survey system. Make sure to export your old results as they will diff --git a/lib/WebGUI/Account/Contributions.pm b/lib/WebGUI/Account/Contributions.pm index 5d3ac200f..e23fb703f 100644 --- a/lib/WebGUI/Account/Contributions.pm +++ b/lib/WebGUI/Account/Contributions.pm @@ -214,6 +214,7 @@ sub www_view { }); $self->appendCommonVars($var); + $p->appendTemplateVars($var); return $self->processTemplate($var,$self->getViewTemplateId); }